wangpengfei
2023-08-18 f264456b1e4fd284f53ecc4c70a3b951578bfd2d
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]