rename game2001api -> game2004api
This commit is contained in:
parent
d2516076b6
commit
c03bcd4da7
@ -2148,13 +2148,13 @@ void Human::SendBattleReport()
|
||||
if (App::Instance()->HasFlag(3)) {
|
||||
url = "http://192.168.100.41/webapp/index.php?c=Role&a=battleReport";
|
||||
} else {
|
||||
url = "https://game2001api-test.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
|
||||
url = "https://game2004api-test.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
|
||||
}
|
||||
} else {
|
||||
#if 1
|
||||
url = "http://game2001api.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
|
||||
url = "http://game2004api.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
|
||||
#else
|
||||
url = "https://game2001api.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
|
||||
url = "https://game2004api.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
|
||||
#endif
|
||||
}
|
||||
std::string data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user