package request type DownloadRequest struct { GameId int `json:"game_id"` Md5String string `json:"md5_string"` } type UpdateScriptStatusRequest struct { State int `json:"state"` // 状态-1关闭,1开启 Id int `json:"id"` }