1
This commit is contained in:
parent
9d02b1f6db
commit
5f9f2748ce
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user