diff --git a/route/user_r/bag.go b/route/user_r/bag.go index a99690af41de040593696a087a7395f75da8b9e1..72be1ac7190ff44540258d0c339b84d9fda729f1 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) {