1
This commit is contained in:
parent
703c6be854
commit
2e343bd9fa
@ -2651,13 +2651,6 @@ void Human::SendBattleReport()
|
|||||||
};
|
};
|
||||||
std::string url;
|
std::string url;
|
||||||
JsonDataMgr::Instance()->GetApiUrl(url);
|
JsonDataMgr::Instance()->GetApiUrl(url);
|
||||||
if (!f8::IsOnlineEnv()) {
|
|
||||||
#ifdef DEBUG
|
|
||||||
if (proto_version >= 2022032201) {
|
|
||||||
url = "https://game2006api-test.kingsome.cn/new/webapp/index.php";
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
if (url.find('?') != std::string::npos) {
|
if (url.find('?') != std::string::npos) {
|
||||||
url += "c=Battle&a=battleReport";
|
url += "c=Battle&a=battleReport";
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user