mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-12 12:39:29 +08:00
更新控制器
This commit is contained in:
@@ -26,9 +26,8 @@ namespace Yi.Framework.ApiMicroservice.Controllers
|
||||
[HttpGet]
|
||||
public async Task<Result> GetMenu()
|
||||
{
|
||||
//var top =await _menuService.GetTopMenu();
|
||||
//var children=await _menuService.get
|
||||
return Result.Success().SetData(await _menuService.GetTopMenu());
|
||||
|
||||
return Result.Success().SetData(await _menuService.GetMenuMould());
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user