改名
This commit is contained in:
@@ -148,6 +148,7 @@ class Curl extends ClientAbstracts
|
||||
if ($output === FALSE) {
|
||||
return $this->fail(500, $output);
|
||||
}
|
||||
var_dump($output);
|
||||
[$header, $body, $status] = $this->explode($output);
|
||||
if ($status != 200 && $status != 201) {
|
||||
$data = $this->fail($status, $body, [], $header);
|
||||
|
||||
Reference in New Issue
Block a user