This commit is contained in:
aozhiwei 2019-06-04 16:19:03 +08:00
commit 8fc94f972f

View File

@ -190,7 +190,7 @@ void RoomMgr::ActiveRoom(long long room_uuid)
void RoomMgr::ReportServerState(int instance_id, const std::string& host, int port)
{
std::string url = a8::Format("http://%s:%d/webapp/index.php?c=GS&a=report",
std::string url = a8::Format("http://%s:%d/webapp/index.php?c=GS&a=report&",
{
host,
port