1
This commit is contained in:
parent
cea6669913
commit
5ab01219d9
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user