修改未登录任务列表查询
This commit is contained in:
@ -24,7 +24,7 @@ type Task struct {
|
||||
NetbarRewards []Reward `json:"netbarRewards" orm:"-"`
|
||||
}
|
||||
|
||||
type GetNonLoginTaskListIn struct {
|
||||
type GetTaskListIn struct {
|
||||
NetBarAccount string `json:"netbar_account"` //网关账号
|
||||
//Page int `json:"page"` // 分页索引
|
||||
//Size int `json:"size"` // 分页大小
|
||||
@ -33,6 +33,7 @@ type GetNonLoginTaskListIn struct {
|
||||
Gid int `json:"gid"` // 游戏唯一id
|
||||
Source string `json:"source"` // 不能为空
|
||||
BrandId string `json:"brand_id"` // 品牌id(可选)
|
||||
PopenId string `json:"POpenId"`
|
||||
}
|
||||
|
||||
type GetNonLoginTaskListOut struct {
|
||||
@ -45,6 +46,8 @@ type GetLoginTaskListIn struct {
|
||||
NetBarAccount string `json:"netbar_account"` //网关账号
|
||||
Gid int `json:"gid"` // 游戏唯一id
|
||||
POpenId string `json:"POpenId"` //POpenId
|
||||
Pageidx string `json:"pageidx"` // 分页索引
|
||||
Num int `json:"num"` //
|
||||
}
|
||||
|
||||
// GetTenCentLoginTaskListIn 获取腾讯游戏任务列表已登录入参
|
||||
@ -56,7 +59,7 @@ type GetTenCentLoginTaskListIn struct {
|
||||
BrandId string `json:"brand_id"` // 品牌id(可选)
|
||||
}
|
||||
|
||||
type GetLoginTaskListOut struct {
|
||||
type GetTaskListOut struct {
|
||||
// List interface{} `json:"list"`
|
||||
// Total int `json:"total"`
|
||||
Data interface{} `json:"data"`
|
||||
|
||||
Reference in New Issue
Block a user