From fdd75b3f1f28cb17eb4a7f32a3cc11cebe2d4fbf Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 14 Jun 2022 15:44:08 +0800 Subject: [PATCH] 1 --- webapp/controller/HeroController.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webapp/controller/HeroController.class.php b/webapp/controller/HeroController.class.php index 60c31432..5e391028 100644 --- a/webapp/controller/HeroController.class.php +++ b/webapp/controller/HeroController.class.php @@ -234,7 +234,9 @@ class HeroController extends BaseAuthedController { 'unlock_time' => 0, ) ); - $this->_rspData(array( + $this->_rspRawData(array( + 'errcode' => 1, + 'errmsg' => 'advance failed', 'property_chg' => $propertyChgService->toDto(), )); return;