This commit is contained in:
aozhiwei 2019-06-29 13:39:10 +08:00
parent b6f25065a1
commit 872aa189d0

View File

@ -2010,10 +2010,10 @@ void Human::InternalSendGameOver()
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://game2002api-test.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
}
} else {
url = "https://game2001api.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
url = "https://game2002api.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
}
room->pending_request++;
std::string data;