From 4bb41567284b177f9069711be564c05a9a8eaaaf Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Fri, 6 Jan 2023 22:01:06 +0800 Subject: [PATCH] 1 --- JD.API/Controllers/PlatformSDKController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JD.API/Controllers/PlatformSDKController.cs b/JD.API/Controllers/PlatformSDKController.cs index 18fa70e1..fc457684 100644 --- a/JD.API/Controllers/PlatformSDKController.cs +++ b/JD.API/Controllers/PlatformSDKController.cs @@ -16,7 +16,7 @@ namespace JD.API.API.Controllers [Produces("application/json")] [Route("Api/[Controller]/[Action]")] [ApiController] - //[ServiceFilter(typeof(YunDingFilter))] + [ServiceFilter(typeof(YunDingFilter))] public class PlatformSDKController : ControllerBase { private IEnumerable platformSDKBusinessList;