aa
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user