mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-04 12:52:27 +08:00
历史接口bugfix (#612)
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user