From 14681aec1e552d204a143314b736bce170bbc11d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 11 Dec 2020 15:20:34 +0800 Subject: [PATCH] aa --- business/model/message.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/model/message.go b/business/model/message.go index 631705524..ad3be83d7 100644 --- a/business/model/message.go +++ b/business/model/message.go @@ -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"` }