add clear
This commit is contained in:
@@ -791,7 +791,6 @@ class HttpClient
|
|||||||
} else if (strpos($type, 'xml') !== false) {
|
} else if (strpos($type, 'xml') !== false) {
|
||||||
return Help::xmlToArray($body);
|
return Help::xmlToArray($body);
|
||||||
} else if (strpos($type, 'plain') !== false) {
|
} else if (strpos($type, 'plain') !== false) {
|
||||||
var_dump($type, $body);
|
|
||||||
return Help::toArray($body);
|
return Help::toArray($body);
|
||||||
}
|
}
|
||||||
return $body;
|
return $body;
|
||||||
|
|||||||
Reference in New Issue
Block a user