diff --git a/webapp/controller/BattleController.class.php b/webapp/controller/BattleController.class.php index d32340dc..4da151dc 100644 --- a/webapp/controller/BattleController.class.php +++ b/webapp/controller/BattleController.class.php @@ -38,7 +38,7 @@ class BattleController extends BaseAuthedController { 'modifytime' => $this->_getNowTime(), ) ); - $this->_rspOk(); + $this->_rspData($battleDataService->getReward()); } public function battleReportNew()