This commit is contained in:
aozhiwei 2020-11-11 20:03:19 +08:00
parent 02d5677b08
commit 57cd7d74d9

View File

@ -2557,8 +2557,8 @@ void Human::SendBattleReport()
}
if (GAME_ID == 2001) {
url = "https://game2001api-test.kingsome.cn/5991/webapp/index.php?c=Role&a=battleReport";
if (JsonDataMgr::Instance()->channel == 5991 && f8::IsOnlineEnv()) {
url = "https://game2001api-banshu.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
if (f8::IsOnlineEnv()) {
url = "https://game2001api-banshu.kingsome.cn/5991/webapp/index.php?c=Role&a=battleReport";
}
}
std::string data;