调整游戏人生封装
This commit is contained in:
@ -41,7 +41,8 @@ type GetLoginTaskListReq struct {
|
||||
Pageidx string `json:"pageidx" dc:"分页索引"`
|
||||
Gid int `json:"gid" v:"required#游戏唯一id不能为空" dc:"游戏唯一id"`
|
||||
//BrandId string `json:"brandId" dc:"品牌id(可选)"`
|
||||
PopenId string `json:"popenId" v:"required#popenId不能为空" dc:"用户详情接口返回的 wxPopenId 或者是 qqPopenId"`
|
||||
PopenId string `json:"popenId" v:"required#popenId不能为空" dc:"用户详情接口返回的 wxPopenId 或者是 qqPopenId"`
|
||||
BindType int `json:"bindType" v:"required#不能为空" dc:"绑定类型 1: QQ 2:微信"`
|
||||
}
|
||||
|
||||
type GetLoginTaskListRes struct {
|
||||
|
||||
Reference in New Issue
Block a user