ソースを参照

历史接口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"`