From 8323ee2722b3434b9d91ef5d8bc22158494c5446 Mon Sep 17 00:00:00 2001 From: hujiebin Date: Mon, 20 Feb 2023 17:10:43 +0800 Subject: [PATCH] Update bag.go --- route/user_r/bag.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/route/user_r/bag.go b/route/user_r/bag.go index a99690a..72be1ac 100644 --- a/route/user_r/bag.go +++ b/route/user_r/bag.go @@ -16,8 +16,8 @@ import ( ) // @Tags 用户背包 -// @Summary 获取用户的铭牌 -// @Param resType path int true "分栏:1 礼物" +// @Summary 获取用户的背包 +// @Param resType path int true "类型:1 礼物" // @Success 200 {object} []user_cv.UserBag // @Router /v1/user/bag/{resType} [get] func UserBag(c *gin.Context) (*mycontext.MyContext, error) { -- 2.22.0