蛋蛋星球-客户端
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.
 
 
 
 
 

15 line
524 B

  1. package md
  2. type VideoBaseData struct {
  3. Reward string `json:"reward" example:"单次奖励"`
  4. Total string `json:"total" example:"可领取总次数"`
  5. Timer string `json:"timer" example:"观看X秒奖励"`
  6. Leave string `json:"leave" example:"剩余次数"`
  7. Sum string `json:"sum" example:"奖励总数"`
  8. CoinName string `json:"coin_name" example:"积分名称"`
  9. Interval string `json:"interval" example:"领取间隔 秒"`
  10. }
  11. type VideoRewardRequest struct {
  12. Id string `json:"id" example:"广告id"`
  13. }