This commit is contained in:
aozhiwei 2022-09-19 21:28:33 +08:00
parent a914535cc7
commit 8982855ac9

View File

@ -38,7 +38,7 @@ class BattleController extends BaseAuthedController {
'modifytime' => $this->_getNowTime(),
)
);
$this->_rspOk();
$this->_rspData($battleDataService->getReward());
}
public function battleReportNew()