@@ -18,7 +18,7 @@ type HomePageResp struct { | |||||
type HomePageWatchAdRuleResp struct { | type HomePageWatchAdRuleResp struct { | ||||
ResidueWatchAdNum int `json:"residue_watch_ad_num"` // 当前剩余可观看视频数 | ResidueWatchAdNum int `json:"residue_watch_ad_num"` // 当前剩余可观看视频数 | ||||
WatchAdRewardActivePoints string `json:"watch_ad_reward_active_points"` // 观看广告视频奖励X个活跃积分 | WatchAdRewardActivePoints string `json:"watch_ad_reward_active_points"` // 观看广告视频奖励X个活跃积分 | ||||
NextWatchAdDate string `json:"next_watch_ad_date"` // 下次可观看广告时间,若为允许观看视频 | |||||
NextWatchAdDate string `json:"next_watch_ad_date"` // 下次可观看广告时间,若为空允许观看视频 | |||||
EachRoundHour string `json:"each_round_hour"` // 每一轮X个小时 | EachRoundHour string `json:"each_round_hour"` // 每一轮X个小时 | ||||
} | } | ||||
@@ -3437,7 +3437,7 @@ const docTemplate = `{ | |||||
"type": "string" | "type": "string" | ||||
}, | }, | ||||
"next_watch_ad_date": { | "next_watch_ad_date": { | ||||
"description": "下次可观看广告时间,若为允许观看视频", | |||||
"description": "下次可观看广告时间,若为空允许观看视频", | |||||
"type": "string" | "type": "string" | ||||
}, | }, | ||||
"residue_watch_ad_num": { | "residue_watch_ad_num": { | ||||
@@ -3431,7 +3431,7 @@ | |||||
"type": "string" | "type": "string" | ||||
}, | }, | ||||
"next_watch_ad_date": { | "next_watch_ad_date": { | ||||
"description": "下次可观看广告时间,若为允许观看视频", | |||||
"description": "下次可观看广告时间,若为空允许观看视频", | |||||
"type": "string" | "type": "string" | ||||
}, | }, | ||||
"residue_watch_ad_num": { | "residue_watch_ad_num": { | ||||
@@ -627,7 +627,7 @@ definitions: | |||||
description: 每一轮X个小时 | description: 每一轮X个小时 | ||||
type: string | type: string | ||||
next_watch_ad_date: | next_watch_ad_date: | ||||
description: 下次可观看广告时间,若为允许观看视频 | |||||
description: 下次可观看广告时间,若为空允许观看视频 | |||||
type: string | type: string | ||||
residue_watch_ad_num: | residue_watch_ad_num: | ||||
description: 当前剩余可观看视频数 | description: 当前剩余可观看视频数 | ||||