pub async fn get_bytes(url: &str) -> Result<Vec<u8>, HttpError>
快捷 GET 请求并获取字节
let bytes = get_bytes("https://example.com/image.png").await?;