This commit is contained in:
aozhiwei 2024-10-12 11:25:39 +08:00
parent baf41d30f9
commit d5d0a70430

View File

@ -966,6 +966,17 @@ class BattleController extends BaseAuthedController {
$info['match_mode'] = 1; $info['match_mode'] = 1;
} }
} }
{
$info['items'] = array();
array_push($info['items'], array(
'item_id' => 900007,
'item_num' => 10,
));
array_push($info['items'], array(
'item_id' => 902101,
'item_num' => 10,
));
}
} }
array_push($teamInfo['members'], $info); array_push($teamInfo['members'], $info);
} }