add
wangpengfei
2023-07-18 5fac03fb857cf9a160e1736a25de2c5f95f5e44f
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]