Commit 3cf5daba authored by hujiebin's avatar hujiebin

swagger

parent ae31a3f6
...@@ -2,16 +2,15 @@ package user_cv ...@@ -2,16 +2,15 @@ package user_cv
import ( import (
"git.hilo.cn/hilo-common/resource/mysql" "git.hilo.cn/hilo-common/resource/mysql"
"hilo-user/_const/enum/res_e"
) )
type UserBag struct { type UserBag struct {
ResType res_e.ResUserBag `json:"resType"` // 道具类型 1:礼物道具 ResType mysql.Type `json:"resType"` // 道具类型 1:礼物道具
ResId mysql.ID `json:"resId"` // 道具资源id ResId mysql.ID `json:"resId"` // 道具资源id
Name string `json:"name"` // 资源名称 Name string `json:"name"` // 资源名称
DiamondNum mysql.Num `json:"diamondNum"` // 钻石数量 DiamondNum mysql.Num `json:"diamondNum"` // 钻石数量
IconUrl string `json:"iconUrl"` // icon url IconUrl string `json:"iconUrl"` // icon url
SvgaUrl string `json:"svgaUrl"` // svga url SvgaUrl string `json:"svgaUrl"` // svga url
Count mysql.Num `json:"count"` // 拥有数量 Count mysql.Num `json:"count"` // 拥有数量
RemainDays int `json:"remainDays"` // 有效天数 RemainDays int `json:"remainDays"` // 有效天数
} }
...@@ -17,7 +17,7 @@ import ( ...@@ -17,7 +17,7 @@ import (
// @Tags 用户背包 // @Tags 用户背包
// @Summary 获取用户的铭牌 // @Summary 获取用户的铭牌
// @Param column path int true "分栏:1 礼物" // @Param resType path int true "分栏:1 礼物"
// @Success 200 {object} []user_cv.UserBag // @Success 200 {object} []user_cv.UserBag
// @Router /v1/user/bag/{resType} [get] // @Router /v1/user/bag/{resType} [get]
func UserBag(c *gin.Context) (*mycontext.MyContext, error) { 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