package config type Wxpay struct { MchID string `ini:"mchID"` MchCertificateSerialNumber string `ini:"mchCertificateSerialNumber"` MchAPIv3Key string `ini:"mchAPIv3Key"` PrivateKey string `ini:"privateKey"` PrivateCert string `ini:"privateCert"` NotifyURL string `ini:"notifyURL"` BrokerAppId string `ini:"brokerAppId"` TimeExpire uint `ini:"timeExpire"` WxappAppId string `ini:"wxappAppId"` }