pub fn block_download_file( url: &str, save_path: &str, callback: Option<fn(cur: u64, total: u64)>, ) -> Result<(), String>
net
send get request save to file