MrWang 2 лет назад
Родитель
Сommit
32bebc347f
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      mp-admin/src/main/resources/application-test.yml

+ 6 - 6
mp-admin/src/main/resources/application-test.yml

@@ -1,9 +1,9 @@
 mp:
   profile: /home/mangpiao/mp-server
 pay:
-  callbackUrl: http://test-api.kaimanghe.net/service/notify/payCallback
+  callbackUrl: https://test-api.kaimanghe.net/service/notify/payCallback
 alipay:
-  callbackUrl: http://test-api.kaimanghe.net/service/notify/alipayCallback
+  callbackUrl: https://test-api.kaimanghe.net/service/notify/alipayCallback
 
 # 日志配置
 logging:
@@ -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-mp-h5.quanshu123.com
+  return-url: https://test-api.kaimanghe.net
   # 回调地址
-  pay-notify-url: https://test-mp.quanshu123.com/service/notify/ysCallback
+  pay-notify-url: https://test-api.kaimanghe.net/service/notify/ysCallback
   # 分账回调地址
-  div-notify-url: https://test-mp.quanshu123.com/service/notify/ysDivCallback
+  div-notify-url: https://test-api.kaimanghe.net/service/notify/ysDivCallback
   # 提现回调地址
-  withdraw-notify-url: https://test-mp.quanshu123.com/service/notify/ysWithdrawCallback
+  withdraw-notify-url: https://test-api.kaimanghe.net/service/notify/ysWithdrawCallback