add clear

This commit is contained in:
2021-04-06 16:41:19 +08:00
parent 4efbdf8631
commit 5d227c619c
-1
View File
@@ -791,7 +791,6 @@ class HttpClient
} else if (strpos($type, 'xml') !== false) {
return Help::xmlToArray($body);
} else if (strpos($type, 'plain') !== false) {
var_dump($type, $body);
return Help::toArray($body);
}
return $body;