response

package
v2.0.40 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2022 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 ResponseAuthCodeToOpenID

type ResponseAuthCodeToOpenID struct {
	response.ResponsePayment

	AppID    string `json:"appid"`     // 是	String(32)	微信分配的公众账号ID
	MchID    string `json:"mch_id"`    // 是	String(32)	微信支付分配的商户号
	NonceStr string `json:"nonce_str"` // 是	String(32)	随机字符串,不长于32位
	Sign     string `json:"sign"`      // 是	String(32)	签名
	OpenID   string `json:"openid"`    // 是	String(128)	用户在商户appid下的唯一标识
}

Jump to

Keyboard shortcuts

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