From 482bbf0f74f1cbf68d169b86fdce99ca9b14472c Mon Sep 17 00:00:00 2001
From: goupan <goupan@chinapopin.com>
Date: 星期二, 23 四月 2024 11:04:14 +0800
Subject: [PATCH] 代码提交

---
 rest/src/main/java/cn/stylefeng/rest/modular/worker/controller/WorkerController.java |    4 ++--
 rest/src/main/resources/ijpay/wxpay.properties                                       |    4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/rest/src/main/java/cn/stylefeng/rest/modular/worker/controller/WorkerController.java b/rest/src/main/java/cn/stylefeng/rest/modular/worker/controller/WorkerController.java
index 2212c50..4f339ba 100644
--- a/rest/src/main/java/cn/stylefeng/rest/modular/worker/controller/WorkerController.java
+++ b/rest/src/main/java/cn/stylefeng/rest/modular/worker/controller/WorkerController.java
@@ -79,10 +79,10 @@
 @RequestMapping("/worker")
 public class WorkerController {
 
-    @Value("${wxpay.appId}")
+    @Value("${wxpay.worker.appId}")
     private String wxAppId;
 
-    @Value("${wxpay.appSecret}")
+    @Value("${wxpay.worker.appSecret}")
     private String wxSecretKey;
 
     @Resource
diff --git a/rest/src/main/resources/ijpay/wxpay.properties b/rest/src/main/resources/ijpay/wxpay.properties
index d5a973f..582e2e5 100644
--- a/rest/src/main/resources/ijpay/wxpay.properties
+++ b/rest/src/main/resources/ijpay/wxpay.properties
@@ -3,4 +3,6 @@
 wxpay.mchId=1604180643
 wxpay.partnerKey=ZMYF1a7764dec949ff152d04e0e98abb
 wxpay.certPath=/ijpay/cert/apiclient_cert.p12
-wxpay.domain=\u5916\u7F51\u8BBF\u95EE\u9879\u76EE\u7684\u57DF\u540D\uFF0C\u652F\u4ED8\u901A\u77E5\u4E2D\u4F1A\u4F7F\u7528
\ No newline at end of file
+wxpay.domain=\u5916\u7F51\u8BBF\u95EE\u9879\u76EE\u7684\u57DF\u540D\uFF0C\u652F\u4ED8\u901A\u77E5\u4E2D\u4F1A\u4F7F\u7528
+wxpay.worker.appId=wx97ff4a530ce9c933
+wxpay.worker.appSecret=4d8ba16491201876378158e19e6bb13f
\ No newline at end of file

--
Gitblit v1.7.1