add clear
This commit is contained in:
@@ -441,6 +441,7 @@ class HttpClient
|
|||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$client = $this->generate_client($this->host, $url, $data);
|
$client = $this->generate_client($this->host, $url, $data);
|
||||||
|
var_dump($client);
|
||||||
if ($client->statusCode < 0) {
|
if ($client->statusCode < 0) {
|
||||||
throw new Exception($client->errMsg);
|
throw new Exception($client->errMsg);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user