From c3145a5776ca847efa2889a68fcca6aa717ca125 Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Wed, 4 Jan 2023 02:55:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=91=E9=BC=8E=E6=81=A2=E5=A4=8Dkey?= =?UTF-8?q?=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 4f001a01..33d35f82 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;