From b654a22b6d2e579cf32e1d70f7a8a7791a501e81 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 17 八月 2023 19:56:01 +0800 Subject: [PATCH] 初始化一些数据 --- api/v1/menu.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/api/v1/menu.go b/api/v1/menu.go index 8604bfa..a5a18a0 100644 --- a/api/v1/menu.go +++ b/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] -- Gitblit v1.8.0