Browse Source

配置文件

LuoDLeo 1 month ago
parent
commit
5e48dc2676

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

@@ -61,8 +61,8 @@ wxpay:
   fileRootPath: D:\JavaEEProject\vending-machine\cert\
   v3:
     appId:
-    appIdxcx: wxb36cbb868a7d2d68
-    appSecretxcx: cf59d9b3f9030b9c601d29f2c957f70e
+    appIdxcx: wx932f9873f2dc5655
+    appSecretxcx: 60e970d40154d289a6101ed10840284e
     keyPath: ${wxpay.fileRootPath}apiclient_key.pem
     certPath: ${wxpay.fileRootPath}apiclient_cert.pem
     certP12Path: ${wxpay.fileRootPath}apiclient_cert.p12

+ 3 - 3
src/main/resources/application-prod.yml

@@ -42,9 +42,9 @@ blade:
 wxpay:
   fileRootPath: /www/wwwroot/sellWine/wx_cert/
   v3:
-    appId: wxb36cbb868a7d2d68
-    appIdxcx: wxb36cbb868a7d2d68
-    appSecretxcx: cf59d9b3f9030b9c601d29f2c957f70e
+    appId: wx932f9873f2dc5655
+    appIdxcx: wx932f9873f2dc5655
+    appSecretxcx: 60e970d40154d289a6101ed10840284e
     keyPath: ${wxpay.fileRootPath}apiclient_key.pem
     certPath: ${wxpay.fileRootPath}apiclient_cert.pem
     certP12Path: ${wxpay.fileRootPath}apiclient_cert.p12

+ 3 - 3
src/main/resources/application-test.yml

@@ -45,9 +45,9 @@ blade:
 wxpay:
   fileRootPath: /data/vend/cert/wx/
   v3:
-    appId: wxb36cbb868a7d2d68
-    appIdxcx: wxb36cbb868a7d2d68
-    appSecretxcx: cf59d9b3f9030b9c601d29f2c957f70e
+    appId: wx932f9873f2dc5655
+    appIdxcx: wx932f9873f2dc5655
+    appSecretxcx: 60e970d40154d289a6101ed10840284e
     keyPath: ${wxpay.fileRootPath}apiclient_key.pem
     certPath: ${wxpay.fileRootPath}apiclient_cert.pem
     certP12Path: ${wxpay.fileRootPath}apiclient_cert.p12