ruoyi对接
登录接口、用户信息接口、用户管理接口等
This commit is contained in:
@@ -30,9 +30,9 @@ namespace Yi.Framework.ApiMicroservice.Controllers
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
public async Task<Result> PageList()
|
||||
public async Task<Result> PageList([FromQuery]UserEntity user, [FromQuery] PageParModel page)
|
||||
{
|
||||
return Result.Success().SetData(await _iUserService._repository.GetListAsync());
|
||||
return Result.Success().SetData(new PageModel(await _iUserService._repository.GetListAsync(),100) );
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user