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