zhangqian
2023-10-28 8be40ffd79c4dcdb4dc00bef359ccf48a6b031f3
api/v1/menu.go
@@ -14,6 +14,7 @@
//   @Tags      Menu
//   @Summary   获取菜单树
//   @Security   ApiKeyAuth
//   @param      Authorization   header   string   true   "Authorization"
//   @Produce   application/json
//   @Success   200   {object}   contextx.Response{data=response.MenuTreeResponse}
//   @Router      /api/menu/getMenu [get]