浏览代码

正式环境的支付配置

yq 3 年之前
父节点
当前提交
be6ac263c0
共有 1 个文件被更改,包括 12 次插入0 次删除
  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
+
+