add clear

This commit is contained in:
2020-08-24 11:23:30 +08:00
parent efdae639b3
commit 83742695c1
+1
View File
@@ -625,6 +625,7 @@ class HttpClient
{
try {
$this->method = self::POST;
$this->addHeader('Content-Type', 'multipart/form-data;charset=UTF-8');
$output = $this->curlParse($url, $params);
if ($output === FALSE) {
return new Result(['code' => 500, 'message' => $output]);