zhangqian
2024-03-29 f14c22065bf5c3b615a8d909c29b90f37ef6419d
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]