Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseBatchGetUserInfo ¶
type ResponseBatchGetUserInfo struct { response.ResponseOfficialAccount ResponseGetUserInfo []*ResponseGetUserInfo `json:"user_info_list"` }
type ResponseBlacklist ¶
type ResponseChangeOpenID ¶
type ResponseChangeOpenID struct { response.ResponseOfficialAccount ResultList []struct { OriOpenid string `json:"ori_openid"` NewOpenid string `json:"new_openid,omitempty"` ErrMsg string `json:"err_msg"` } `json:"result_list"` }
type ResponseGetUserInfo ¶
type ResponseGetUserInfo struct { response.ResponseOfficialAccount Subscribe int `json:"subscribe"` OpenID string `json:"openid"` Language string `json:"language"` SubscribeTime int `json:"subscribe_time"` UnionID string `json:"unionid"` Remark string `json:"remark"` GroupID int `json:"groupid"` TagIDList []int `json:"tagid_list"` SubscribeScene string `json:"subscribe_scene"` QrScene int `json:"qr_scene"` QrSceneStr string `json:"qr_scene_str"` }
type ResponseGetUserList ¶
Click to show internal directories.
Click to hide internal directories.