任务列表新增 qq网吧奖励名称,状态
This commit is contained in:
@ -16,6 +16,8 @@ type Tasks struct {
|
||||
QqNetbarTaskRules string `json:"qqNetbarTaskRules" orm:"qq_netbar_task_rules" description:"任务规则"` // 任务规则
|
||||
GameId int64 `json:"gameId" orm:"game_id" description:"游戏唯一id"` // 游戏唯一id
|
||||
StoreId int64 `json:"storeId" orm:"store_id" description:"门店 id"` // 门店 id
|
||||
Status int `json:"status" orm:"status" description:"状态"` // 状态
|
||||
QQNetBarReward string `json:"qqNetbarReward" orm:"qq_netbar_reward" description:"qq网吧奖励名称"` // 任务奖励
|
||||
}
|
||||
|
||||
type GetNonLoginTaskListIn struct {
|
||||
@ -64,6 +66,11 @@ type MyData struct {
|
||||
QQNetBarTaskName string `json:"title"`
|
||||
QQNetBarTaskRules string `json:"rule_desc"`
|
||||
//StoreId int `json:"store_id"`
|
||||
PrizeList []PrizeList `json:"prize_list"`
|
||||
}
|
||||
|
||||
type PrizeList struct {
|
||||
PrizeName string `json:"prize_name"`
|
||||
}
|
||||
|
||||
type TaskListIn struct {
|
||||
|
||||
Reference in New Issue
Block a user