add clear
This commit is contained in:
@@ -353,7 +353,7 @@ class HttpClient
|
||||
return new Result(['code' => $client->getStatusCode(), 'message' => $body, 'header' => $header]);
|
||||
}
|
||||
|
||||
var_dump($body, $data, $header);
|
||||
var_dump($ip, $url, $data, $body, $data, $header);
|
||||
|
||||
return $this->structure($body, $data, $header);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user