From 7d013331f10c993692d5fcceb42fbc960a7033cc Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 18 四月 2025 16:19:08 +0800
Subject: [PATCH] 工单业务
---
server/src/main/resources/application-dev.yml | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/server/src/main/resources/application-dev.yml b/server/src/main/resources/application-dev.yml
index 8f74e6a..65c0b4c 100644
--- a/server/src/main/resources/application-dev.yml
+++ b/server/src/main/resources/application-dev.yml
@@ -71,3 +71,15 @@
enable: true
username: admin
password: 111111
+
+qiwei:
+ serviceurl: https://qyapi.weixin.qq.com
+
+aes:
+ encrypt:
+ open: true # 鏄惁寮�鍚姞瀵� true or false
+ showLog: true # 鏄惁鎵撳嵃鍔犺В瀵唋og true or false
+ publicKey: mN4Yn8Or8r7SH1w3 # AES瀵嗛挜
+ privateKey: # RSA绉侀挜
+ time: 600000
+
--
Gitblit v1.9.3