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.
|
- package md
-
- type VideoBaseData struct {
- Reward string `json:"reward" example:"单次奖励"`
- Total string `json:"total" example:"可领取总次数"`
- Timer string `json:"timer" example:"观看X秒奖励"`
- Leave string `json:"leave" example:"剩余次数"`
- Sum string `json:"sum" example:"奖励总数"`
- CoinName string `json:"coin_name" example:"积分名称"`
- Interval string `json:"interval" example:"领取间隔 秒"`
- }
- type VideoRewardRequest struct {
- Id string `json:"id" example:"广告id"`
- }
|