This commit is contained in:
aozhiwei 2024-07-09 11:00:11 +08:00
parent 96e9150f99
commit 57175b52da

View File

@ -364,6 +364,7 @@ void Team::GenBattleReportData(a8::MutableXObject* params)
auto member_pb = a8::MutableXObject::CreateObject();
member_pb->SetVal("account_id", hum->account_id);
member_pb->SetVal("match_room_uuid", hum->match_room_uuid);
member_pb->SetVal("name", hum->name);
member_pb->SetVal("head", a8::XValue(hum->avatar_url));
member_pb->SetVal("head_frame", hum->head_frame);