From 68bb7ca9af76f83028da94c53436da679e00f067 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期二, 21 十一月 2023 15:33:25 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/crm --- 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