From 2d04b2f19d201ff10ed76c1773235488e9ab7628 Mon Sep 17 00:00:00 2001
From: liaoxujun@qq.com <liaoxujun@qq.com>
Date: 星期三, 20 九月 2023 09:50:48 +0800
Subject: [PATCH] 修改权限开通逻辑

---
 DocumentServiceAPI.Application/applicationsettings.json |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/DocumentServiceAPI.Application/applicationsettings.json b/DocumentServiceAPI.Application/applicationsettings.json
index fadfbf6..188c419 100644
--- a/DocumentServiceAPI.Application/applicationsettings.json
+++ b/DocumentServiceAPI.Application/applicationsettings.json
@@ -56,14 +56,14 @@
   },
   "ZCUserInfoJwtOP": { //zc鐢ㄦ埛涓績jwt閰嶇疆 鐢ㄤ簬瑙f瀽zc鐨則oken
 
-      "Issuer": "http://zc",
-      "Audience": "http://zc",
-      "Expires": 86400,
-      "weixinExpires": 1296000, // 86400,
-      "SecurityKey": "superSecretKey@345",
-      "RefreshTokenExpires": 86400,
-      "LoginPath": "/_Framework/Redirect401"
-    
+    "Issuer": "http://localhost",
+    "Audience": "http://localhost",
+    "Expires": 10800,
+    "weixinExpires": 1296000,
+    "SecurityKey": "superSecretKey@345",
+    "RefreshTokenExpires": 86400,
+    "LoginPath": "/_Framework/Redirect401"
+
   }
 
 

--
Gitblit v1.9.1