feat: 支付闭环
This commit is contained in:
+7
-2
@@ -12,7 +12,12 @@ jwt:
|
||||
issuer: sundynix
|
||||
signing-key: 9149f2eb-d517-4a50-a03a-231dbcf0d872
|
||||
|
||||
# 电台微信小程序
|
||||
# 植趣微信小程序 用于测试支付
|
||||
#mini-program:
|
||||
# app-id: wxb463820bf36dd5d6
|
||||
# app-secret: 731784a74c76c6d31fa00bb847af2c7d
|
||||
|
||||
## 电台微信小程序
|
||||
mini-program:
|
||||
app-id: wx52dfc635739a9c19
|
||||
app-secret: 84c6ddab1f24d0222da57bedb681c81f
|
||||
@@ -25,7 +30,7 @@ wechat-pay:
|
||||
mch-api-v3-key: a1B2c3D4e5F6g7H8i9J0k1L2m3N4o5P6 # 商户APIv3密钥
|
||||
private-key-path: /Users/blizzard/privateFolder/cert/apiclient_key.pem # 商户APIv3密钥对应的私钥
|
||||
public-key-path: /Users/blizzard/privateFolder/cert/pub_key.pem # 商户APIv3密钥对应的公钥
|
||||
notify-url: https://prod.sundynix.cn/api/wechatpay/notify # 微信支付结果通知回调地址
|
||||
notify-url: https://radio.sundynix.cn/api/wechatpay/notify # 微信支付结果通知回调地址
|
||||
|
||||
# MinIO 对象存储 (音频存储)
|
||||
minio:
|
||||
|
||||
Reference in New Issue
Block a user