This commit is contained in:
aozhiwei 2024-08-27 14:17:26 +08:00
parent 9d02b1f6db
commit 5f9f2748ce

View File

@ -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');