人机交互页面

This commit is contained in:
quowingwang 2025-12-11 15:54:00 +08:00
parent 0627546d79
commit 8b0ddc865e

View File

@ -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;