add clear
This commit is contained in:
@@ -404,6 +404,7 @@ class HttpClient
|
||||
if (!empty($data)) {
|
||||
$url .= '?' . $data;
|
||||
}
|
||||
var_dump($url);
|
||||
$client->get($url);
|
||||
} else if (strtolower($this->method) == self::PUT) {
|
||||
$client->setMethod('PUT');
|
||||
|
||||
Reference in New Issue
Block a user