This commit is contained in:
苏尹岚
2020-12-15 10:24:04 +08:00
parent 92e28b4176
commit a907462a0a

View File

@@ -66,7 +66,7 @@ type ImMessageRecord struct {
Seq int `json:"seq"`
Weight int `json:"weight"`
Height int `json:"height"`
AudioLength int `json:"audioLength"`
AudioLength string `json:"audioLength"`
Key string `orm:"-" json:"key"`
UserInfo *GetUserResult `orm:"-" json:"userInfo"`
}