瀏覽代碼

解析http

MrWang 2 年之前
父節點
當前提交
fd6cc5db34
共有 1 個文件被更改,包括 8 次插入10 次删除
  1. 8 10
      mp-admin/src/main/resources/application-test.yml

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

@@ -1,9 +1,9 @@
 mp:
   profile: /home/mangpiao/mp-server
 pay:
-  callbackUrl: https://mptest.kaimanghe.net/service/notify/payCallback
+  callbackUrl: http://test-mp.kaimanghe.net/service/notify/payCallback
 alipay:
-  callbackUrl: https://mptest.kaimanghe.net/service/notify/alipayCallback
+  callbackUrl: http://test-mp.kaimanghe.net/service/notify/alipayCallback
 
 # 日志配置
 logging:
@@ -120,6 +120,7 @@ cloud:
   secretKey: TgbFcjZ8HDse9ToujIabLo1yf5YqtfBX
   region: ap-shanghai
 
+# 注释mq
 #mq:
 #  consumer-conn: true
 #  service-url: http://pulsar-op4bzppa37m4.tdmq-pulsar.ap-sh.public.tencenttdmq.com:8080
@@ -151,14 +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://mptest.kaimanghe.net
+  return-url: http://test-mp.kaimanghe.net
   # 回调地址
-#  pay-notify-url: https://test-mp.quanshu123.com/service/notify/ysCallback
-  pay-notify-url: https://mptest.kaimanghe.net/service/notify/ysCallback
+  pay-notify-url: http://test-mp.kaimanghe.net/service/notify/ysCallback
   # 分账回调地址
-#  div-notify-url: https://test-mp.quanshu123.com/service/notify/ysDivCallback
-  div-notify-url: https://mptest.kaimanghe.net/service/notify/ysDivCallback
+  div-notify-url: http://test-mp.kaimanghe.net/service/notify/ysDivCallback
   # 提现回调地址
-#  withdraw-notify-url: https://test-mp.quanshu123.com/service/notify/ysWithdrawCallback
-  withdraw-notify-url: https://mptest.kaimanghe.net/service/notify/ysWithdrawCallback
+  withdraw-notify-url: http://test-mp.kaimanghe.net/service/notify/ysWithdrawCallback
+