You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package md
-
- type PlayletBaseData struct {
- Reward string `json:"reward" example:"单次奖励"`
- Total string `json:"total" example:"可领取总次数"`
- FirstCount string `json:"first_count" example:"首次可观看集数"`
- SecondCount string `json:"second_count" example:"看一次广告解锁集数"`
- }
-
- type VideoBaseData struct {
- Reward string `json:"reward" example:"单次奖励"`
- Total string `json:"total" example:"可领取总次数"`
- Timer string `json:"timer" example:"观看X秒奖励"`
- Interval string `json:"interval" example:"领取间隔 秒"`
- }
|