response

package
v3.0.0-...-7300911 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2024 License: MIT Imports: 1 Imported by: 0

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 ResponseBlacklist struct {
	response.ResponseOfficialAccount

	Total int `json:"total"`
	Count int `json:"count"`
	Data  struct {
		OpenID []string `json:"openid"`
	} `json:"data"`
	NextOpenID string `json:"next_openid"`
}

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

type ResponseGetUserList struct {
	response.ResponseOfficialAccount
	Total int `json:"total"`
	Count int `json:"count"`
	Data  struct {
		OpenID []string `json:"openid"`
	} `json:"data"`
	NextOpenID string `json:"next_openid"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL