调整任务查询

This commit is contained in:
chy
2025-07-01 14:42:48 +08:00
parent 4dc2836bd2
commit 1be4693963
2 changed files with 3 additions and 3 deletions

View File

@ -29,8 +29,8 @@ type GameTaskConfigParse struct {
type GameTask struct {
RuleDesc string `json:"rule_desc"`
TaskDesc string `json:"task_desc"`
LimitPrize int `json:"limit_prize"`
LimitNum int `json:"limit_num"`
LimitPrize int `json:"-"`
LimitNum int `json:"-"`
//PrizeList []Prize `json:"prize_list"`
TaskID string `json:"task_id"`
Title string `json:"title"`