RUOYI-geek/ruoyi-admin/src/main/resources/application-pay.yml

28 lines
809 B
YAML
Raw Normal View History

2024-02-14 08:04:30 +00:00
pay:
sqb:
2024-06-06 09:19:05 +00:00
enabled: false
2024-02-14 08:04:30 +00:00
apiDomain: "apiDomain"
terminalSn: "terminalSn"
terminalKey: "terminalKey"
appId: "appId"
vendorSn: "vendorSn"
2024-05-04 17:10:27 +00:00
vendorKey: "vendorKey"
alipay:
2024-06-10 17:08:58 +00:00
enabled: true
# 应用id
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
2024-05-21 08:42:21 +00:00
wechat:
2024-06-06 09:19:05 +00:00
enabled: false
2024-06-10 17:08:58 +00:00
appId: appid
apiV3Key: apiV3Key
privateKeyPath: classpath:pay/wx/apiclient_key.pem
2024-05-21 08:42:21 +00:00
merchantId: merchantId
merchantSerialNumber: merchantSerialNumber
2024-06-10 17:08:58 +00:00
# 回调地址此处使用的内网穿透http://e2vca6.natappfree.cc
notifyUrl: http://e2vca6.natappfree.cc/pay/wechat/notify