Ver Fonte

历史接口bugfix (#612)

markwang há 3 anos atrás
pai
commit
d09d706946
1 ficheiros alterados com 1 adições e 1 exclusões
  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"`