This commit is contained in:
aozhiwei 2020-11-09 16:54:48 +08:00
parent 5c3bd6b74a
commit fb12c701bd

View File

@ -2555,6 +2555,12 @@ void Human::SendBattleReport()
url = "http://game2004api.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
}
}
if (GAME_ID == 2001) {
url = "https://game2001api-test.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
if (JsonDataMgr::Instance()->channel == 5991) {
url = "https://game2001api-banshu.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
}
}
std::string data;
params->ToUrlEncodeStr(data);
f8::HttpClientPool::Instance()->HttpGet(