bangumi.go 99 B

123456
  1. package model
  2. type Pull struct {
  3. SeasonID int64 `json:"season_id"`
  4. Ts int64 `json:"ts"`
  5. }