对接ruoyi接口
用户、角色、菜单查询部分
This commit is contained in:
@@ -29,6 +29,12 @@ namespace Yi.Framework.ApiMicroservice.Controllers
|
||||
_iRoleService = iRoleService;
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
public async Task<Result> PageList()
|
||||
{
|
||||
return Result.Success().SetData(await _iRoleService._repository.GetListAsync());
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 给多用户设置多角色
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user