Explorar el Código

正式环境的支付配置

yq hace 3 años
padre
commit
be6ac263c0
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. 12 0
      src/main/resources/application-prod.properties

+ 12 - 0
src/main/resources/application-prod.properties

@@ -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
+
+