Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseTagGet ¶
type ResponseTagGet struct {
response.ResponseOfficialAccount
Tag *Tag `json:"tag"`
}
type ResponseTagGetList ¶
type ResponseTagGetList struct {
response.ResponseOfficialAccount
Tags []*Tag `json:"tags"`
}
type ResponseTagUsers ¶
type ResponseTagUsers struct {
response.ResponseOfficialAccount
OpenIDList []string `json:"openid_list"`
TagID int `json:"tagid"`
}
type ResponseUntagUsers ¶
type ResponseUntagUsers struct {
response.ResponseOfficialAccount
OpenIDList []string `json:"openid_list"`
TagID int `json:"tagid"`
}
type ResponseUserOfTag ¶
type ResponseUserOfTag struct {
response.ResponseOfficialAccount
Count int `json:"count"`
Data *Data `json:"data"`
NextOpenid string `json:"next_openid"`
}
type ResponseUserTags ¶
type ResponseUserTags struct {
response.ResponseOfficialAccount
TagIDList []int `json:"tagid_list"`
}
Click to show internal directories.
Click to hide internal directories.