package response type DownloadFile struct { Url string `json:"url"` Md5String string `json:"md5_string"` Flag bool `json:"flag"` }