From b6349cb2b3a868c8c917ca221bb7eaf6f272bdd2 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期一, 22 八月 2022 10:59:55 +0800
Subject: [PATCH] 功能模块添加过滤器

---
 VueWebApi/Controllers/DeviceManagerController.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/VueWebApi/Controllers/DeviceManagerController.cs b/VueWebApi/Controllers/DeviceManagerController.cs
index 2cd238b..db957e1 100644
--- a/VueWebApi/Controllers/DeviceManagerController.cs
+++ b/VueWebApi/Controllers/DeviceManagerController.cs
@@ -14,6 +14,7 @@
 {
     [RoutePrefix(prefix: "api/DeviceManager")]
     [ControllerGroup("璁惧绠$悊", "鍦ㄧ嚎鎺ュ彛")]
+    [ChannelActionFilter]
     public class DeviceManagerController : ApiController
     {
         //瀹氫箟鍏ㄥ眬淇℃伅杩斿洖鍙橀噺

--
Gitblit v1.9.3