From 77777ceff2c7e259a29c26577e7b4140e8b7788d Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Mon, 31 Mar 2025 14:11:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dim=E8=AF=B7=E6=B1=82=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/im.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/im.go b/proto/im.go index 67cb94e..7b138e1 100644 --- a/proto/im.go +++ b/proto/im.go @@ -24,7 +24,7 @@ type WSMessageReq struct { Msg string `json:"msg"` //消息内容,只进行转发,不做处理 SessionID int `json:"session_id"` //应用层会话id ToID int `json:"to_id"` //接收者id - ModelID int `json:"model_id"` //模型id + ModelID uint `json:"model_id"` //模型id } type ModelParam struct {