From 91051abf8cef69c19cea27d53501298b2e3a3290 Mon Sep 17 00:00:00 2001 From: liwei Date: Fri, 14 Oct 2022 11:18:25 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9C=88=E4=B9=8B=E7=A7=98=E5=A2=83?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/json/game_msgdistrib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/json/game_msgdistrib.json b/bin/json/game_msgdistrib.json index 31eea6ba7..5341d1d15 100644 --- a/bin/json/game_msgdistrib.json +++ b/bin/json/game_msgdistrib.json @@ -37,7 +37,7 @@ }, { "msgid": "moonfantasy", - "open": true, + "open": false, "routrules": "~/worker", "describe": "月之秘境" } From a48e4cca9fa173c96c2375d79727621ae7f43e73 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Wed, 19 Oct 2022 15:39:18 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=81=8A=E5=A4=A9?= =?UTF-8?q?=E9=A2=91=E9=81=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/chat/api_getlist.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/chat/api_getlist.go b/modules/chat/api_getlist.go index 91792038d..2016442c5 100644 --- a/modules/chat/api_getlist.go +++ b/modules/chat/api_getlist.go @@ -61,12 +61,12 @@ func (this *apiComp) GetList(session comm.IUserSession, req *pb.ChatGetListReq) return } break - // case pb.ChatChannel_System: - // if list, err = this.module.modelChat.getChatQueue(req.Channel, session.GetServiecTag(), "", 0); err != nil { - // code = pb.ErrorCode_DBError - // return - // } - // break + case pb.ChatChannel_System: + if list, err = this.module.modelChat.getChatQueue(req.Channel, session.GetServiecTag(), "", 0); err != nil { + code = pb.ErrorCode_DBError + return + } + break default: code = pb.ErrorCode_ReqParameterError this.module.Errorf("getlist no support channel:%d ", req.Channel)