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 {