1
This commit is contained in:
parent
4dbb4f49be
commit
4a722a6dd5
@ -791,5 +791,18 @@ void RoomMgr::SendGetBattleData(std::vector<std::shared_ptr<cs::CMJoin>>& join_m
|
||||
if (is_old_version) {
|
||||
cb(result);
|
||||
}
|
||||
|
||||
a8::MutableXObject* url_params = a8::MutableXObject::NewObject();
|
||||
HttpProxy::Instance()->HttpGet
|
||||
(
|
||||
a8::XParams(),
|
||||
[] (a8::XParams& param, a8::XObject& data)
|
||||
{
|
||||
},
|
||||
[] (a8::XParams& param, const std::string& response)
|
||||
{
|
||||
},
|
||||
"",
|
||||
*url_params
|
||||
);
|
||||
delete url_params;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user