From dcbde9e601a2beaf21a396e1f3f82314520d9f64 Mon Sep 17 00:00:00 2001
From: Fancy <Fancy.fx@outlook.com>
Date: 星期五, 13 十二月 2024 11:51:06 +0800
Subject: [PATCH] change wx name
---
pms-parent/pms-wechat-trace/src/main/resources/application.yml | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/pms-parent/pms-wechat-trace/src/main/resources/application.yml b/pms-parent/pms-wechat-trace/src/main/resources/application.yml
index 2acde49..e41a2ac 100644
--- a/pms-parent/pms-wechat-trace/src/main/resources/application.yml
+++ b/pms-parent/pms-wechat-trace/src/main/resources/application.yml
@@ -4,15 +4,16 @@
#web鏈嶅姟绔彛锛宼omcat榛樿鏄�8080
server:
- port: ${pms.base.webPort}
+ port: ${pms.wechat.webPort}
servlet:
- context-path: /base #web璁块棶涓婁笅鏂囪矾寰�
+ context-path: /wechat #web璁块棶涓婁笅鏂囪矾寰�
context-parameters:
#GenerateIdSetSuffixListener涓簲鐢紝鍙栧�艰寖鍥存槸0-99
- idSuffix: ${pms.base.idSuffix}
+ idSuffix: ${pms.webPort.idSuffix}
#ConfigListener涓簲鐢�
#configFileNames: config-global.xml,config-demo.xml
-user:
- defaultTrueRandomFalsePassword: true #true:閲囩敤榛樿瀵嗙爜锛宖alse:绯荤粺浜х敓闅忔満瀵嗙爜
- defaultPassword: "ABC123" #榛樿瀵嗙爜
\ No newline at end of file
+wechat:
+ appId: wx2e6beb0eca7c3672
+ appSecret: b8f8ce34e13d3ba2eeaeba89068d7fbe
+ loginUrl: https://api.weixin.qq.com/sns/jscode2session
\ No newline at end of file
--
Gitblit v1.8.0