From e121218bdeadb510ae6d63a9bcc9943cfffec410 Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Thu, 20 Apr 2023 11:57:56 +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 5436dbba..3e49f5f9 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;