TRX vor 1 Jahr
Ursprung
Commit
aa22a77351
1 geänderte Dateien mit 10 neuen und 2 gelöschten Zeilen
  1. 10 2
      PaymentServer/src/main/resources/application-dev.yml

+ 10 - 2
PaymentServer/src/main/resources/application-dev.yml

@@ -44,16 +44,24 @@ swechat:
 # 银联无感支付环境
 unionfrictionless:
   evn: dev # dev prod
-  notifyUrl: https://api.dev.qk.zonelife.cn/paymentserver-trx/frictionless/notify/signNotify
+  notifyUrl: https://api.dev.qk.zonelife.cn/paymentserver-trx/unionFrictionless/signNotify
+  payNotifyUrl: https://api.dev.qk.zonelife.cn/paymentserver-trx/unionFrictionless/payNotify
   notifySecret: GAhPWQ8D4hXanneneaydaHYHiwn64p7y3A46Jpss87aKWsy5
   appId: 10037e6f803bc8ab01805fd07db4000d
   appKey: 18a3a8d41b9f44d9acdf39c360f7a971
-  tid: 00000001
+  tid: "00000001"
   planId: d2041b5c28474a2c9bb8b70128d71160
   msgSrcId: 103A
   mchntWxMpAppId: wx3be1d6d84d46cdf7
   expireTime: 1800000 # 过期时间 毫秒数 ,30分钟
 
+# 收钱吧提现配置
+withdraw:
+  appId: 10037e6f72da8f490172fa3cb8e80003
+  appKey: 34ba53033a5242158b0e7144aa34a215
+  sysid: FZ001_YRY
+  appType: "74"
+  withdrawNotify: https://api.dev.qk.zonelife.cn/paymentserver-trx/withdraw/signNotify
 
 # 微信配置
 wechat: