From e54a03e1c3fefef7ec84df6168ff5cf26e53f8cb Mon Sep 17 00:00:00 2001
From: Fancy <Fancy.fx@outlook.com>
Date: 星期四, 09 一月 2025 15:47:07 +0800
Subject: [PATCH] station and user disable check Stationlogin first
---
pms-parent/pms-web-wechat/src/main/resources/application.yml | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/pms-parent/pms-web-wechat/src/main/resources/application.yml b/pms-parent/pms-web-wechat/src/main/resources/application.yml
index e41a2ac..42da78d 100644
--- a/pms-parent/pms-web-wechat/src/main/resources/application.yml
+++ b/pms-parent/pms-web-wechat/src/main/resources/application.yml
@@ -9,11 +9,14 @@
context-path: /wechat #web璁块棶涓婁笅鏂囪矾寰�
context-parameters:
#GenerateIdSetSuffixListener涓簲鐢紝鍙栧�艰寖鍥存槸0-99
- idSuffix: ${pms.webPort.idSuffix}
+ idSuffix: ${pms.wechat.idSuffix}
#ConfigListener涓簲鐢�
#configFileNames: config-global.xml,config-demo.xml
wechat:
appId: wx2e6beb0eca7c3672
appSecret: b8f8ce34e13d3ba2eeaeba89068d7fbe
- loginUrl: https://api.weixin.qq.com/sns/jscode2session
\ No newline at end of file
+ loginUrl: https://api.weixin.qq.com/sns/jscode2session
+ jwt:
+ secret-key: dayuzhuisu123456789abcdefghigklmnopqrstuvwxyz
+ ttl: 7200000
\ No newline at end of file
--
Gitblit v1.8.0