This commit is contained in:
苏尹岚
2020-12-11 14:57:39 +08:00
parent c2cf1ce0ef
commit 5c7a5522d4

View File

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