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