f
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user