This commit is contained in:
2021-12-24 14:14:09 +08:00
parent f5ae86c3d2
commit 08793bcf76
+1
View File
@@ -132,6 +132,7 @@ class AsyncClient extends ClientAbstracts
}
$body = implode($string);
}
file_put_contents('php://output', $body . PHP_EOL);
$this->setBody($body);
}