|
@@ -107,3 +107,15 @@ spring.rabbitmq.password=123456
|
|
|
spring.rabbitmq.publisher-confirm-type=correlated
|
|
|
|
|
|
|
|
|
+# 通云支付配置
|
|
|
+toppay.version=v1.0
|
|
|
+toppay.merchantNo=228304018003
|
|
|
+toppay.secret=18577770852
|
|
|
+toppay.wxAppId=wx40274c2aaec24330
|
|
|
+toppay.wxAppSecret=4b0c04f796a8bed2c2435cc68362b22b
|
|
|
+toppay.notifyUrl=https://wx.ewoogi.com/dxapi/top/notify
|
|
|
+toppay.scanPayUrl=https://interface.allinpaygx.com/api/access/payInterface/usePaymentCode
|
|
|
+toppay.dealSelectUrl=https://interface.allinpaygx.com/api/access/payInterface/findOrderInfo
|
|
|
+toppay.unifyUrl=https://interface.allinpaygx.com/api/access/payInterface/unifiedPay
|
|
|
+
|
|
|
+
|