From a907462a0af257bb9fc5392c44167fa4fcdedf1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 15 Dec 2020 10:24:04 +0800 Subject: [PATCH] a --- 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 ecd7c3550..a70358bce 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"` - AudioLength int `json:"audioLength"` + AudioLength string `json:"audioLength"` Key string `orm:"-" json:"key"` UserInfo *GetUserResult `orm:"-" json:"userInfo"` }