user

package
v0.0.0-...-ed8de99 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WxUser

type WxUser struct {
	OpenId         string   `json:"openid"`
	NickName       string   `json:"nickname"`
	Sex            int      `json:"sex"`
	Province       string   `json:"province"`
	City           string   `json:"city"`
	Country        string   `json:"country"`
	HeadImgUrl     string   `json:"headimgurl"`
	Privilege      []string `json:"privilege"`
	UnionId        string   `json:"unionid"`
	Language       string   `json:"language"`
	SubscribeTime  int64    `json:"subscribe_time"`
	Remark         string   `json:"remark"`
	GroupId        int      `json:"groupid"`
	TagIdList      []int    `json:"tagid_list"`
	SubscribeScene string   `json:"subscribe_scene"`
	QrScene        int64    `json:"qr_scene"`
	QrSceneStr     string   `json:"qr_scene_str"`
	SessionKey     string   `json:"session_key"`
}

type WxUserQuery

type WxUserQuery struct {
	OpenId string `json:"openid"`
	Lang   string `json:"lang"`
}

type WxUserTag

type WxUserTag struct {
	Id    int    `json:"id"`
	Name  string `json:"name"`
	Count int64  `json:"count"`
}

Jump to

Keyboard shortcuts

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