From ad47190220b9750eedbde02e86c11860e632e189 Mon Sep 17 00:00:00 2001 From: yangduo Date: Sat, 12 Apr 2025 02:25:48 +0800 Subject: [PATCH] adjust --- 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 5258acf..1d24033 100644 --- a/server/gameserver/roommgr.cc +++ b/server/gameserver/roommgr.cc @@ -374,7 +374,7 @@ void RoomMgr::ReportServerState(int instance_id, const std::string& host, int po }, &RoomMgr::Instance()->reportstate_timer_attacher_.timer_list_); }; - std::string url = a8::Format("https://%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