1
This commit is contained in:
parent
a4111eabc9
commit
fdd75b3f1f
@ -234,7 +234,9 @@ class HeroController extends BaseAuthedController {
|
|||||||
'unlock_time' => 0,
|
'unlock_time' => 0,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$this->_rspData(array(
|
$this->_rspRawData(array(
|
||||||
|
'errcode' => 1,
|
||||||
|
'errmsg' => 'advance failed',
|
||||||
'property_chg' => $propertyChgService->toDto(),
|
'property_chg' => $propertyChgService->toDto(),
|
||||||
));
|
));
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user