tp 框架里面是这样写下载zip
// 开始下载ZIP文件
// header('Content-Type: application/zip');
// header('Content-Disposition: attachment; filename="' . $zip_name . '"');
// header('Content-Length: ' . filesize($zip_name));
// readfile($zip_name);
// // 删除ZIP文件(可选,取决于是否需要保留ZIP文件)
// unlink($zip_name);
在webman 如何修改呢?
请看vcr
https://www.workerman.net/doc/webman/response.html#%E4%B8%8B%E8%BD%BD%E6%96%87%E4%BB%B6