From 9a66bb86e2559b1125776a1928ddaa19645d596e Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 4 Jun 2019 16:16:00 +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 1512d43..5d992e5 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?c=GS&a=report", + std::string url = a8::Format("http://%s:%d/webapp/index.php?c=GS&a=report&", { host, port