This commit is contained in:
2026-05-09 22:05:23 +08:00
parent 6af8cdd7e0
commit 52aba13c9e
5 changed files with 10 additions and 1 deletions

View File

@@ -509,6 +509,7 @@ type AliPayConfig struct {
// WxpayConfig 微信支付配置
type WxpayConfig struct {
AppID string `mapstructure:"app_id"`
MchID string `mapstructure:"mch_id"`
MchCertificateSerialNumber string `mapstructure:"mch_certificate_serial_number"`
MchApiv3Key string `mapstructure:"mch_apiv3_key"`