This commit is contained in:
aozhiwei 2019-08-30 13:46:14 +08:00
parent cea6669913
commit 5ab01219d9

View File

@ -2223,7 +2223,11 @@ void Human::SendBattleReport()
url = "https://game2001api-test.kingsome.cn/webapp/index.php?c=Role&a=battleReport"; url = "https://game2001api-test.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
} }
} else { } else {
#if 1
url = "http://game2001api.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
#else
url = "https://game2001api.kingsome.cn/webapp/index.php?c=Role&a=battleReport"; url = "https://game2001api.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
#endif
} }
std::string data; std::string data;
params->ToUrlEncodeStr(data); params->ToUrlEncodeStr(data);