Commit 8323ee27 authored by hujiebin's avatar hujiebin

Update bag.go

parent 3cf5daba
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment