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