lottery.go 234 B

12345678910111213
  1. package model
  2. // LotteryRes ..
  3. type LotteryRes struct {
  4. RIDs []int64 `json:"rids"`
  5. Offset int64 `json:"offset"`
  6. HasMore int `json:"has_more"`
  7. }
  8. // VoteBIZArchive .
  9. type VoteBIZArchive struct {
  10. Aid int64 `json:"aid"`
  11. }