From 5109603485a00cc3e2d7031abf6d9ae3b32a5521 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期三, 08 四月 2026 08:41:53 +0800
Subject: [PATCH] 拉取新代码前提交
---
WebAPI/App_Start/WebApiConfig.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/WebAPI/App_Start/WebApiConfig.cs b/WebAPI/App_Start/WebApiConfig.cs
index 59db8ef..bafe7e9 100644
--- a/WebAPI/App_Start/WebApiConfig.cs
+++ b/WebAPI/App_Start/WebApiConfig.cs
@@ -31,10 +31,10 @@
);
// 鍏ㄥ眬鍚敤 JWT 璁よ瘉
- config.Filters.Add(new JwtAuthorizeAttribute());
+ //config.Filters.Add(new JwtAuthorizeAttribute());
- // 鍚敤JWT鍝嶅簲鎷︽埅鍣紝鑷姩鍒锋柊JWT
- config.MessageHandlers.Add(new TokenAppendHandler());
+ //鍚敤JWT鍝嶅簲鎷︽埅鍣紝鑷姩鍒锋柊JWT
+ //config.MessageHandlers.Add(new TokenAppendHandler());
}
}
}
--
Gitblit v1.9.1