From b8a9a1a6186e6001aae55e82e862b26766aaee00 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 4 Jun 2019 16:05:54 +0800 Subject: [PATCH] 1 --- server/gameserver/roommgr.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/gameserver/roommgr.cc b/server/gameserver/roommgr.cc index f5c7ec9..1512d43 100644 --- a/server/gameserver/roommgr.cc +++ b/server/gameserver/roommgr.cc @@ -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