This commit is contained in:
aozhiwei 2022-11-21 10:59:03 +08:00
parent 37bb66e37f
commit 9d6f5e4125

View File

@ -2379,7 +2379,7 @@ void Human::GenBattleReportData(a8::MutableXObject* params)
return true;
});
post_data->SetVal("team_list", *team_list.get());
params->SetVal("__POST", *post_data.get());
params->SetVal("__POST", post_data->ToJsonStr());
}
}