Explorar el Código

添加生产环境配置文件

M墨鱼—_mo hace 5 años
padre
commit
e9358ea6f7
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      web/src/main/resources/application-production.yml

+ 6 - 1
web/src/main/resources/application-production.yml

@@ -53,4 +53,9 @@ wx:
     subMchId: 1505070291
     mchKey: jpsoft11111111111111111111111111
     notifyUrl: http://wisdomhouse.sudaonline.net/wxPay/payNotify
-    ip: 101.37.31.116
+    ip: 101.37.31.116
+    token: weixin
+    tokenUrl: "https://api.weixin.qq.com/cgi-bin/token"
+    refreshOAuth2TokenUrl: "https://api.weixin.qq.com/sns/oauth2/refresh_token"
+    createQrCodeUrl: "https://api.weixin.qq.com/cgi-bin/qrcode/create"
+    showQrCodeUrl: "https://mp.weixin.qq.com/cgi-bin/showqrcode"