From c687825d7953740cf4d2f1bd23aa3922e40b8436 Mon Sep 17 00:00:00 2001 From: renzhiyuan <465386466@qq.com> Date: Sun, 28 Sep 2025 10:33:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E6=9E=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/biz/router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/biz/router.go b/internal/biz/router.go index b1d4726..aff25e9 100644 --- a/internal/biz/router.go +++ b/internal/biz/router.go @@ -197,8 +197,8 @@ func (r *AiRouterBiz) RouteWithSocket(c *websocket.Conn, req *entitys.ChatSockRe } var matchJson entitys.Match if err := json.Unmarshal([]byte(resMsg), &matchJson); err != nil { + log.Info(resMsg) return errors.SysErr("数据结构错误:%v", err.Error()) - } if err := r.handleMatch(ctx, c, ch, &matchJson, task, sysInfo); err != nil {