1
This commit is contained in:
parent
02d5677b08
commit
57cd7d74d9
@ -2557,8 +2557,8 @@ void Human::SendBattleReport()
|
|||||||
}
|
}
|
||||||
if (GAME_ID == 2001) {
|
if (GAME_ID == 2001) {
|
||||||
url = "https://game2001api-test.kingsome.cn/5991/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 && f8::IsOnlineEnv()) {
|
if (f8::IsOnlineEnv()) {
|
||||||
url = "https://game2001api-banshu.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
|
url = "https://game2001api-banshu.kingsome.cn/5991/webapp/index.php?c=Role&a=battleReport";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
std::string data;
|
std::string data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user