This commit is contained in:
苏尹岚
2020-12-31 09:33:19 +08:00
parent fd6fdd3960
commit 01797b9932
3 changed files with 2 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ type ImMessageRecord struct {
GroupID int `orm:"column(group_id)" json:"groupID"` //组ID
Content string `orm:"type(text)" json:"content"` //消息内容
MessageType int `json:"messageType"` //消息类型1文字2图片,3音频
Seq int `json:"seq"`
Seq int64 `json:"seq"`
Weight int `json:"weight"`
Height int `json:"height"`
AudioLength string `json:"audioLength"`