修改上传用户头像,获取验证码
This commit is contained in:
@ -191,6 +191,7 @@ type GetLiftReq struct {
|
||||
GameId int64 `json:"gid" v:"required#游戏id不能为空" dc:"游戏Id"`
|
||||
RoleIdx string `json:"roleIdx" dc:"角色索引"`
|
||||
RewradType []int64 `json:"rewardType" v:"required#奖励类型不能为空" dc:"奖励类型"`
|
||||
Water Water `json:"water" v:"required#物品流水,从背包列表获取的water透传回来(water类型参考GetGift接口的water结构)" dc:"礼包列表"`
|
||||
}
|
||||
|
||||
type GetLiftRes struct {
|
||||
|
||||
@ -64,7 +64,7 @@ type ListRes struct {
|
||||
|
||||
// SelectorReq 系统管理员任务列表二级选择器
|
||||
type SelectorReq struct {
|
||||
g.Meta `path:"/task/selector" method:"get" tags:"Task" summary:"(PC)系统管理员任务列表二级选择器"`
|
||||
g.Meta `path:"/task/selector" method:"get" tags:"Task" summary:"系统管理员任务列表二级选择器"`
|
||||
}
|
||||
|
||||
type SelectorRes struct {
|
||||
|
||||
Reference in New Issue
Block a user