download_file.go 116 B

1234567
  1. package request
  2. type DownloadRequest struct {
  3. GameId int `json:"game_id"`
  4. Md5String string `json:"md5_string"`
  5. }