From fee8faba99f6e30cab460bbc8571ec2c2a5e17de Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 21 十月 2025 14:57:46 +0800
Subject: [PATCH] 新增Orgid
---
ruoyi-admin/src/main/resources/application-hn.yml | 31 +++++++++++++++++++++++++++++--
1 files changed, 29 insertions(+), 2 deletions(-)
diff --git a/ruoyi-admin/src/main/resources/application-hn.yml b/ruoyi-admin/src/main/resources/application-hn.yml
index 2bba942..4aa989f 100644
--- a/ruoyi-admin/src/main/resources/application-hn.yml
+++ b/ruoyi-admin/src/main/resources/application-hn.yml
@@ -120,6 +120,27 @@
default-page: 1
default-size: 10
+# SSO閰嶇疆
+sso:
+ enabled: true
+ client_id: "mbglxt" # 淇¢�氶櫌鎻愪緵
+ client_secret: "mbglxt" # 淇¢�氶櫌鎻愪緵
+ # 鍐呯綉閰嶇疆
+ internal:
+ authorize_url: "http://10.10.13.112:37727/connect/authorize"
+ token_url: "http://10.10.13.112:37727/connect/token"
+ userinfo_url: "http://10.10.13.112:37727/connect/userinfo"
+ redirect_uri: "http://10.10.13.142:8096/sso/callback"
+ # 澶栫綉閰嶇疆
+ external:
+ authorize_url: "http://172.20.111.142:37727/connect/authorize"
+ token_url: "http://172.20.111.142:37727/connect/token"
+ userinfo_url: "http://172.20.111.142:37727/connect/userinfo"
+ redirect_uri: "http://172.20.111.142:8096/sso/callback"
+ state: "smartor" # 浣犱滑绯荤粺鏍囪瘑
+ scope: "openid roles profile"
+
+
#閽夐拤鐨勫瘑閽�
dingAppid: dingn8iip5ubj7clrrsv
dingAppSecret: qlEK8D3oOVwGPOTiBQIBYTqQVlAfy9S_qQizEQFjJdSScwemWFryg4gbneu-NqWD
@@ -233,5 +254,11 @@
#admin绠$悊鍛榰serId
isAdmin: 1,2,3,4,5,6,7,8,9,10,11,12,13
-#闅忚鍖婚櫌锛�1鏂板崕 2涓芥按
-visitHosp: 2
+#闅忚鍖婚櫌锛�1鏂板崕 2涓芥按 3鐪佺珛鍚屽痉
+visitHosp: 0
+
+#澶勭悊鎶曡瘔寤鸿鐨勯儴闂ㄧ紪鐮�
+dealDeptCode:
+
+#鏄惁鍔犲瘑 0涓嶅姞 1鍔犲瘑
+isEncryp: 0
--
Gitblit v1.9.3