瀏覽代碼

历史接口bugfix (#612)

markwang 3 年之前
父節點
當前提交
d09d706946
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      work/externalcontact/tag.go

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