更新控制器菜单接口

This commit is contained in:
lzw
2021-10-19 17:33:55 +08:00
parent f7cebdbce6
commit d215841b67
9 changed files with 41 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ namespace Yi.Framework.ApiMicroservice.Controllers
public async Task<Result> GetMenu()
{
return Result.Success().SetData(await _menuService.GetAllEntitiesTrueAsync());
return Result.Success().SetData(await _menuService.GetTopMenu());
}
/// <summary>