diff --git a/Yi.Framework/Yi.Framework.ApiMicroservice/Controllers/MenuController.cs b/Yi.Framework/Yi.Framework.ApiMicroservice/Controllers/MenuController.cs
index 4885be3b..bfdc2523 100644
--- a/Yi.Framework/Yi.Framework.ApiMicroservice/Controllers/MenuController.cs
+++ b/Yi.Framework/Yi.Framework.ApiMicroservice/Controllers/MenuController.cs
@@ -92,5 +92,15 @@ namespace Yi.Framework.ApiMicroservice.Controllers
var menuList= await _userService.GetMenusByUser(_user);
return Result.Success().SetData(menuList);
}
+
+ ///
+ /// 给一个菜单添加子节点(注意:添加,不是覆盖)
+ ///
+ ///
+ ///
+ [HttpPost]
+ public async Task AddChildrenMenu(ChildrenDto