This commit is contained in:
aozhiwei 2022-11-21 12:36:02 +08:00
parent 703c6be854
commit 2e343bd9fa

View File

@ -2651,13 +2651,6 @@ void Human::SendBattleReport()
};
std::string 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) {
url += "c=Battle&a=battleReport";
} else {