1
This commit is contained in:
parent
9d02b1f6db
commit
5f9f2748ce
@ -56,8 +56,8 @@ class BlockChainController extends BaseAuthedController {
|
|||||||
switch ($type) {
|
switch ($type) {
|
||||||
case 1:
|
case 1:
|
||||||
{
|
{
|
||||||
myself()->_rspErr(1, 'server internal error');
|
//myself()->_rspErr(1, 'server internal error');
|
||||||
return;
|
//return;
|
||||||
$heroDb = Hero::find($uniid);
|
$heroDb = Hero::find($uniid);
|
||||||
if (!$heroDb) {
|
if (!$heroDb) {
|
||||||
myself()->_rspErr(1, 'hero not found');
|
myself()->_rspErr(1, 'hero not found');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user