|
@@ -1,9 +1,9 @@
|
|
|
mp:
|
|
|
profile: /home/mangpiao/mp-server
|
|
|
pay:
|
|
|
- callbackUrl: https://test-api.kaimanghe.net/service/notify/payCallback
|
|
|
+ callbackUrl: https://test-mp-adm.kaimanghe.net/service/notify/payCallback
|
|
|
alipay:
|
|
|
- callbackUrl: https://test-api.kaimanghe.net/service/notify/alipayCallback
|
|
|
+ callbackUrl: https://test-mp-adm.kaimanghe.net/service/notify/alipayCallback
|
|
|
|
|
|
# 日志配置
|
|
|
logging:
|
|
@@ -112,12 +112,12 @@ client:
|
|
|
# cloud
|
|
|
cloud:
|
|
|
# 存储对象公开可访问
|
|
|
- public-bucket-name: mp-public-test-1307117429
|
|
|
+ public-bucket-name: mp-public-test-1309783959
|
|
|
# 存储对象公开不可访问,需要通过应用下载
|
|
|
- private-bucket-name: mp-auth-test-1307117429
|
|
|
+ private-bucket-name: mp-auth-test-1309783959
|
|
|
|
|
|
- accessKey: AKIDDF4dwzlGVTAmCMGvLVP4UfbHiuqVzFEw
|
|
|
- secretKey: TgbFcjZ8HDse9ToujIabLo1yf5YqtfBX
|
|
|
+ accessKey: AKIDue8LHwKSJsBDySgdJjslNilY4JHyOXPz
|
|
|
+ secretKey: SdXAWbPwDDvMXR5SYOxtYw3sQhhQs2wZ
|
|
|
region: ap-shanghai
|
|
|
|
|
|
# 注释mq
|
|
@@ -152,11 +152,11 @@ ys-pay:
|
|
|
private-key-path: /home/mangpiao/mp-server/data/ysPayPre.pfx
|
|
|
public-key-path: /home/mangpiao/mp-server/data/businessgate.cer
|
|
|
# 支付完后跳转
|
|
|
- return-url: https://test-api.kaimanghe.net
|
|
|
+ return-url: https://test-mp-adm.kaimanghe.net
|
|
|
# 回调地址
|
|
|
- pay-notify-url: https://test-api.kaimanghe.net/service/notify/ysCallback
|
|
|
+ pay-notify-url: https://test-mp-adm.kaimanghe.net/service/notify/ysCallback
|
|
|
# 分账回调地址
|
|
|
- div-notify-url: https://test-api.kaimanghe.net/service/notify/ysDivCallback
|
|
|
+ div-notify-url: https://test-mp-adm.kaimanghe.net/service/notify/ysDivCallback
|
|
|
# 提现回调地址
|
|
|
- withdraw-notify-url: https://test-api.kaimanghe.net/service/notify/ysWithdrawCallback
|
|
|
+ withdraw-notify-url: https://test-mp-adm.kaimanghe.net/service/notify/ysWithdrawCallback
|
|
|
|