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 {