This commit is contained in:
苏尹岚
2020-11-18 11:33:30 +08:00
parent 6d9a96d0ec
commit 3a7d19e8a3

View File

@@ -64,6 +64,8 @@ type ImMessageRecord struct {
Content string `orm:"type(text)" json:"content"` //消息内容
MessageType int `json:"messageType"` //消息类型,文字,图片
Seq int `json:"seq"`
Weight int `json:"weight"`
Height int `json:"height"`
UserInfo *GetUserResult `orm:"-" json:"userInfo"`
}