Browse Source

提交代码

5 tháng trước cách đây
mục cha
commit
f7735b7ec2

+ 1 - 1
08.src/Xingxi/xingxi-miniprogram-api/src/main/resources/application-local.yml

@@ -93,4 +93,4 @@ wx:
     page: "pages/logs/logs"
     width: 420
     checkPath: true
-    envVersion: release
+    envVersion: release

+ 13 - 7
08.src/Xingxi/xingxi-mq-server/src/main/resources/config/application-local.yml

@@ -1,6 +1,19 @@
 server:
   port: 8190
 spring:
+  application:
+    xingxi:
+      unifiedpay:
+        enabled: "true"
+        callbackUrl: "https://managertest.gululuq.com/unifiedpay/wxpay/callback"
+        wxpay:
+          enabled: "true"
+          app-id: "wx12e34630814e5d30"
+          mch-id: "1709337210"
+          apiv3-key: "mF9oH1oV9wY3gL8iW3kU4fJ7fE1dW4vK"
+          cert-serial-no: 4FBE124DE5AAD53E1FF52E740131A6072FE692F1
+          private-key-path: "classpath:META-INF/apiclient_key.pem"
+          private-cert-path: "classpath:META-INF/apiclient_cert.pem"
   # redis配置
   redis:
     database: 0
@@ -89,10 +102,3 @@ wx:
   miniapp:
     appid: "wx12e34630814e5d30"
     secret: "fc06d584d8544a00f0ff9df65a30af02"
-  pay:
-    mch-id: "1709337210"
-    apiv3-key: "mF9oH1oV9wY3gL8iW3kU4fJ7fE1dW4vK"
-    cert-serial-no: 4FBE124DE5AAD53E1FF52E740131A6072FE692F1
-    private-key-path: "classpath:META-INF/apiclient_key.pem"
-    private-cert-path: "classpath:META-INF/apiclient_cert.pem"
-    refundcallbackUrl: "https://managertest.gululuq.com/unifiedpay/wxpay/refund/callback"