Documentation
¶
Index ¶
Constants ¶
View Source
const ( // App 在App支付 App = iota + 1 // Web 在网页上支付 Web )
Variables ¶
Functions ¶
Types ¶
type Account ¶
type Account struct { Debug bool `json:"debug"` AppID string `json:"appID"` //即AppID AppSecret string `json:"appSecret"` //即AppKey MerchantID string `json:"merchantID"` //商家ID PublicKey string `json:"publicKey"` //公钥 PrivateKey string `json:"privateKey"` //私钥 CertPath string `json:"certPath"` //证书路径 Options Options `json:"options"` //其它选项 }
func NewAccount ¶
func NewAccount() *Account
Click to show internal directories.
Click to hide internal directories.