This commit is contained in:
苏尹岚
2020-12-11 15:20:34 +08:00
parent f3d1635c6c
commit 14681aec1e

View File

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