package
Version:
v0.0.0-...-368540a
Opens a new window with list of versions in this module.
Published: May 14, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type GetResult struct {
Count int `json:"count"`
Data struct {
OpenIdList []string `json:"openid,omitempty"`
} `json:"data"`
NextOpenId string `json:"next_openid"`
}
获取用户列表返回的数据结构
TagGet 根据TagId获取用户列表.
NOTE: 每次最多能获取 10000 个用户, 可以多次指定 nextOpenId 来获取以满足需求, 如果 nextOpenId == "" 则表示从头获取
type Tag struct {
Id int `json:"id"`
Name string `json:"name"`
UserCount int `json:"count"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.