This commit is contained in:
aozhiwei 2022-06-14 15:44:08 +08:00
parent a4111eabc9
commit fdd75b3f1f

View File

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