From 31023304eee05d2d7a3b66db58f1863bed3eebf1 Mon Sep 17 00:00:00 2001 From: zuohuaijun Date: Fri, 11 Apr 2025 14:40:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=8E=E4=BF=AE=E5=A4=8D=E6=96=B9?= =?UTF-8?q?=E6=B3=95=E4=BF=AE=E9=A5=B0=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Admin.NET/Admin.NET.Core/Service/Auth/SysAuthService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Admin.NET/Admin.NET.Core/Service/Auth/SysAuthService.cs b/Admin.NET/Admin.NET.Core/Service/Auth/SysAuthService.cs index b5f257e0..fdb7829b 100644 --- a/Admin.NET/Admin.NET.Core/Service/Auth/SysAuthService.cs +++ b/Admin.NET/Admin.NET.Core/Service/Auth/SysAuthService.cs @@ -103,7 +103,8 @@ public class SysAuthService : IDynamicApiController, ITransient /// /// /// - private async Task GetLoginUser(long tenantId, string account = null, string phone = null) + [NonAction] + public async Task GetLoginUser(long tenantId, string account = null, string phone = null) { //// 若没有传值租户Id,则从请求页URL参数中获取租户Id(空则默认租户) //if (tenantId < 1)