This commit is contained in:
2026-02-06 13:34:49 +08:00
parent 9648fcd1ec
commit dc4fcbf857
12 changed files with 1796 additions and 757 deletions

View File

@@ -53,9 +53,16 @@ type AlipayConfig struct {
AppCertPath string // 应用公钥证书路径
AlipayCertPath string // 支付宝公钥证书路径
AlipayRootCertPath string // 根证书路径
IsProduction bool
NotifyUrl string
ReturnURL string
// Bak 仅用于 2026-02-02 18:26 之前的订单退款
AppIDBak string
PrivateKeyBak string
AlipayPublicKeyBak string
AppCertPathBak string
AlipayCertPathBak string
AlipayRootCertPathBak string
IsProduction bool
NotifyUrl string
ReturnURL string
}
type WxpayConfig struct {
AppID string