改名
This commit is contained in:
@@ -147,6 +147,7 @@ class Curl extends ClientAbstracts
|
|||||||
private function execute($curl)
|
private function execute($curl)
|
||||||
{
|
{
|
||||||
$output = curl_exec($curl);
|
$output = curl_exec($curl);
|
||||||
|
var_dump($output);
|
||||||
if ($output === false) {
|
if ($output === false) {
|
||||||
return $this->fail(400, curl_error($curl));
|
return $this->fail(400, curl_error($curl));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user