From 5f9f2748ce5d2996ff46fd9d3cd6cb1071ac4ad3 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 27 Aug 2024 14:17:26 +0800 Subject: [PATCH] 1 --- webapp/controller/BlockChainController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/controller/BlockChainController.class.php b/webapp/controller/BlockChainController.class.php index 0279d6bd..214e1329 100644 --- a/webapp/controller/BlockChainController.class.php +++ b/webapp/controller/BlockChainController.class.php @@ -56,8 +56,8 @@ class BlockChainController extends BaseAuthedController { switch ($type) { case 1: { - myself()->_rspErr(1, 'server internal error'); - return; + //myself()->_rspErr(1, 'server internal error'); + //return; $heroDb = Hero::find($uniid); if (!$heroDb) { myself()->_rspErr(1, 'hero not found');