wangpengfei
2023-08-17 f5e2c16e70ef2fa62ba2daa1addefe7720dadf13
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]