merge master

This commit is contained in:
aozhiwei 2019-06-04 16:10:39 +08:00
commit 9d35a46c41

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) void RoomMgr::ReportServerState(int instance_id, const std::string& host, int port)
{ {
std::string url = a8::Format("http://%s:%d/webapp/index.php?", std::string url = a8::Format("http://%s:%d/webapp/index.php?c=GS&a=report",
{ {
host, host,
port port