From 8982855ac9cb28aca8ec2b87d29f4c6a016d0291 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 19 Sep 2022 21:28:33 +0800 Subject: [PATCH] 1 --- webapp/controller/BattleController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()