From d09d7069461dada201c4bc8ef3f1f8377180b2ed Mon Sep 17 00:00:00 2001 From: markwang <2951177317@qq.com> Date: Tue, 13 Sep 2022 12:20:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=86=E5=8F=B2=E6=8E=A5=E5=8F=A3bugfix=20(#?= =?UTF-8?q?612)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- work/externalcontact/tag.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/work/externalcontact/tag.go b/work/externalcontact/tag.go index 4e17f5a..77c9a2f 100644 --- a/work/externalcontact/tag.go +++ b/work/externalcontact/tag.go @@ -36,7 +36,7 @@ type GetCropTagListResponse struct { type TagGroup struct { GroupID string `json:"group_id"` GroupName string `json:"group_name"` - CreateTime string `json:"create_time"` + CreateTime int `json:"create_time"` GroupOrder int `json:"group_order"` Deleted bool `json:"deleted"` Tag []TagGroupTagItem `json:"tag"`