We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
public function postRequestRaw($uri = '', $headers = [], $body = '') { $options = $this->getOptions(); if ($headers) { $options["headers"] = $headers; } if ($body) { $options["body"] = $body; } $options[RequestOptions::STREAM] = true; // 加上这个选项才不会截断 return $this->client->post($uri, $options); }
The text was updated successfully, but these errors were encountered:
是使用的这个示例吗? tencentcloud-sdk-php\examples\hunyuan\v20230901\ChatStd.php
Sorry, something went wrong.
对,就是这个例子
No branches or pull requests
文件 : tencentcloud\tencentcloud-sdk-php\src\TencentCloud\Common\Http\HttpConnection.php
The text was updated successfully, but these errors were encountered: