修复im请求参数类型
This commit is contained in:
parent
8a657398e2
commit
77777ceff2
|
|
@ -24,7 +24,7 @@ type WSMessageReq struct {
|
||||||
Msg string `json:"msg"` //消息内容,只进行转发,不做处理
|
Msg string `json:"msg"` //消息内容,只进行转发,不做处理
|
||||||
SessionID int `json:"session_id"` //应用层会话id
|
SessionID int `json:"session_id"` //应用层会话id
|
||||||
ToID int `json:"to_id"` //接收者id
|
ToID int `json:"to_id"` //接收者id
|
||||||
ModelID int `json:"model_id"` //模型id
|
ModelID uint `json:"model_id"` //模型id
|
||||||
}
|
}
|
||||||
|
|
||||||
type ModelParam struct {
|
type ModelParam struct {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue