This commit is contained in:
苏尹岚
2020-12-11 15:23:27 +08:00
parent 14681aec1e
commit 10dc638f1a

View File

@@ -66,7 +66,7 @@ type ImMessageRecord struct {
Seq int `json:"seq"`
Weight int `json:"weight"`
Height int `json:"height"`
Audio []byte `json:"audio"`
// Audio []byte `json:"audio"`
Key string `orm:"-" json:"key"`
UserInfo *GetUserResult `orm:"-" json:"userInfo"`
}