This commit is contained in:
aozhiwei 2020-11-11 16:24:27 +08:00
parent a7df7c2165
commit 02d5677b08

View File

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