rename game2001api -> game2004api

This commit is contained in:
aozhiwei 2020-03-16 15:42:29 +08:00
parent d2516076b6
commit c03bcd4da7

View File

@ -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;