From 8b0ddc865eccd71197efe5adc273749542fade88 Mon Sep 17 00:00:00 2001 From: quowingwang Date: Thu, 11 Dec 2025 15:54:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E6=9C=BA=E4=BA=A4=E4=BA=92=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Admin.WebApi/Controllers/System/SysUserController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZR.Admin.WebApi/Controllers/System/SysUserController.cs b/ZR.Admin.WebApi/Controllers/System/SysUserController.cs index 02411c68..5387af99 100644 --- a/ZR.Admin.WebApi/Controllers/System/SysUserController.cs +++ b/ZR.Admin.WebApi/Controllers/System/SysUserController.cs @@ -215,7 +215,7 @@ namespace ZR.Admin.WebApi.Controllers.System } [HttpGet("getPullDown")] - public ApiResult GetUserPullDown(long userId) + public ApiResult GetUserPullDown() { var apiResult = UserService.GetUserPullDown(); return apiResult;