This commit is contained in:
aozhiwei 2024-08-22 09:51:57 +08:00
parent 17553e8e6c
commit 0bd9b9982b

View File

@ -678,11 +678,11 @@ class BattleController extends BaseAuthedController {
$sign = '';
$zoneId = 1;
$nodeId = 1;
$modeId = 1;
$mapId = 1;
$roomUuid = '';
$startTime = myself()->_getNowTime();
$currSession = null;
$modeId = 5;
$mapId = 2008;
$roomUuid = $customData['room_uuid'];
$startTime = $customData['start_time'];
$currSeason = null;
$data = array(
'sign' => $sign,
'zone_id' => $zoneId,
@ -758,6 +758,7 @@ class BattleController extends BaseAuthedController {
}
array_push($data['team_list'], $teamInfo);
}
error_log(json_encode($data));
myself()->_rspData($data);
}