This commit is contained in:
sjk
2025-11-28 15:18:10 +08:00
parent ad4a600af9
commit 5683f35942
188 changed files with 53680 additions and 1062 deletions

View File

@@ -58,8 +58,8 @@ wechatPay:
certPath: "certs/apiclient_cert.pem" # 商户证书路径
keyPath: "certs/apiclient_key.pem" # 商户私钥路径
serialNo: "26DA8C2BC03B796222DA3FCFC6825B236A8C7538" # 证书序列号
notifyUrl: "http://192.168.10.109:8081/api/v1/payment/notify" # 支付回调地址
refundNotifyUrl: "http://192.168.10.109:8081/api/refunds/callback" # 退款回调地址
notifyUrl: "https://tral.cc/api/v1/payment/notify" # 支付回调地址
refundNotifyUrl: "https://tral.cc/api/refunds/callback" # 退款回调地址
upload:
maxImageSize: 5242880 # 5MB (5 * 1024 * 1024)