This commit is contained in:
苏尹岚
2020-12-03 18:25:02 +08:00
parent 72c4b6c06a
commit 1097cbb60e
2 changed files with 28 additions and 15 deletions

View File

@@ -67,7 +67,7 @@ type ImMessageRecord struct {
Weight int `json:"weight"`
Height int `json:"height"`
// UnReadFlag int `json:"unReadFlag"` //未读标志为1则此条消息未读
Key string `orm:"-" json:"key"`
UserInfo *GetUserResult `orm:"-" json:"userInfo"`
}