Browse Source

update: dgPay configs

bluesx2023 1 year ago
parent
commit
3019c937f0
1 changed files with 6 additions and 0 deletions
  1. 6 0
      mp-admin/src/main/resources/application-test.yml

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

@@ -2,6 +2,11 @@ mp:
   profile: /home/mangpiao/mp-server
   profile: /home/mangpiao/mp-server
 pay:
 pay:
   callbackUrl: https://test-mp-adm.kaimanghe.net/test-api/service/notify/payCallback
   callbackUrl: https://test-mp-adm.kaimanghe.net/test-api/service/notify/payCallback
+  dgPay:
+    dougongMiniNoticeUrl: https://test-mp-adm.kaimanghe.net/test-api/service/notify/dgPayCallback
+    dougongMiniRefundNoticeUrl: https://test-mp-adm.kaimanghe.net/test-api/service/notify/dgRefundCallback
+    dougongMerchantSubmitsBackPageUrl: https://test-mp-adm.kaimanghe.net/test-api/service/notify/dgMerchantSubmitsBackPageUrl
+    dougongMerchantSubmitsAsyncReceiveUrl: https://test-mp-adm.kaimanghe.net/test-api/service/notify/dgMerchantSubmitsAsyncReceiveUrl
 alipay:
 alipay:
   callbackUrl: https://test-mp-adm.kaimanghe.net/test-api/service/notify/alipayCallback
   callbackUrl: https://test-mp-adm.kaimanghe.net/test-api/service/notify/alipayCallback
 
 
@@ -160,3 +165,4 @@ ys-pay:
   # 提现回调地址
   # 提现回调地址
   withdraw-notify-url: https://test-mp-adm.kaimanghe.net/service/notify/ysWithdrawCallback
   withdraw-notify-url: https://test-mp-adm.kaimanghe.net/service/notify/ysWithdrawCallback
 
 
+