From 989700cb300c304068ec72c9ab8bf4a6588ec78c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Thu, 3 Mar 2022 09:44:28 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E7=99=BB=E5=87=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Admin.WebApi/Controllers/System/SysLoginController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZR.Admin.WebApi/Controllers/System/SysLoginController.cs b/ZR.Admin.WebApi/Controllers/System/SysLoginController.cs index 2adb986..9288652 100644 --- a/ZR.Admin.WebApi/Controllers/System/SysLoginController.cs +++ b/ZR.Admin.WebApi/Controllers/System/SysLoginController.cs @@ -105,7 +105,7 @@ namespace ZR.Admin.WebApi.Controllers.System var name = HttpContext.GetName(); CacheHelper.Remove(GlobalConstant.UserPermKEY + id); - return SUCCESS(name); + return SUCCESS(new { name , id}); } ///