RUOYI-geek/ruoyi-admin/src/main/resources/application-pay.yml
2024-06-11 01:53:44 +08:00

27 lines
795 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

pay:
sqb:
enabled: false
appId: "appId"
apiDomain: "apiDomain"
terminalSn: "terminalSn"
terminalKey: "terminalKey"
vendorSn: "vendorSn"
vendorKey: "vendorKey"
alipay:
enabled: false
appId: appid
# 应用私钥
appPrivateKey: classpath:pay/alipay/alipay_private_key.pem
# 支付宝公钥
alipayPublicKey: classpath:pay/alipay/alipay_public_key.pem
notifyUrl: http://e2vca6.natappfree.cc/alipay/notify
wechat:
enabled: false
appId: appid
apiV3Key: apiV3Key
privateKeyPath: classpath:pay/wx/apiclient_key.pem
merchantId: merchantId
merchantSerialNumber: merchantSerialNumber
# 回调地址此处使用的内网穿透http://e2vca6.natappfree.cc
notifyUrl: http://e2vca6.natappfree.cc/pay/wechat/notify