蛋蛋星球 后台端
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

md_content_reward.go 589 B

123456789101112131415
  1. package md
  2. type PlayletBaseData struct {
  3. Reward string `json:"reward" example:"单次奖励"`
  4. Total string `json:"total" example:"可领取总次数"`
  5. FirstCount string `json:"first_count" example:"首次可观看集数"`
  6. SecondCount string `json:"second_count" example:"看一次广告解锁集数"`
  7. }
  8. type VideoBaseData struct {
  9. Reward string `json:"reward" example:"单次奖励"`
  10. Total string `json:"total" example:"可领取总次数"`
  11. Timer string `json:"timer" example:"观看X秒奖励"`
  12. Interval string `json:"interval" example:"领取间隔 秒"`
  13. }