add clear

This commit is contained in:
2020-08-12 17:22:19 +08:00
parent 7dbb749cce
commit 109db2e3c4
+1
View File
@@ -624,6 +624,7 @@ class HttpClient
public function upload($url, $params)
{
try {
$this->method = self::POST;
$output = $this->curlParse($url, $params);
if ($output === FALSE) {
return new Result(['code' => 500, 'message' => $output]);