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"`