userinfo

package
v0.0.0-...-36f0325 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CustomField

type CustomField struct {
	Name  string `json:"name"`
	Value string `json:"value"`
}

type UserInfo

type UserInfo struct {
	OpenID          string        `json:"openid"`
	Nickname        string        `json:"nickname"`
	Sex             string        `json:"sex"`
	CustomFieldList []CustomField `json:"custom_field_list"`
}

func Get

func Get(clt *core.Client, id *code.CardItemIdentifier) (info *UserInfo, err error)

拉取会员信息(积分查询)接口

Jump to

Keyboard shortcuts

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