This commit is contained in:
hujiabin 2024-05-31 11:51:24 +08:00
parent 398a8cffa9
commit 00a37a4c3c

View File

@ -136,7 +136,7 @@ class BattleController extends BaseAuthedController {
}
$data = json_decode(file_get_contents('php://input'), true);
error_log(json_encode($data));
foreach ($data as $teamData){
foreach ($data['team_list'] as $teamData){
$this->_handleTeamReport($teamData);
}