add clear

This commit is contained in:
2020-04-01 13:10:15 +08:00
parent fa1c7b8363
commit 92d7ba8ff5
-1
View File
@@ -612,7 +612,6 @@ class HttpClient
return $body;
}
$type = $data['content-type'];
var_dump($data, $body);
if (strpos($type, 'text/html') !== false) {
return $body;
} else if (strpos($type, 'json') !== false) {