1
This commit is contained in:
parent
5c3bd6b74a
commit
fb12c701bd
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user