This commit is contained in:
aozhiwei 2019-06-04 16:05:54 +08:00
parent 727352fb9c
commit b8a9a1a618

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