This commit is contained in:
2021-11-29 11:50:28 +08:00
parent 336237d338
commit af9b88f114
3 changed files with 26 additions and 0 deletions
+1
View File
@@ -172,6 +172,7 @@ class Curl extends ClientAbstracts
$this->setStatusCode(intval($status[1]));
$this->setBody($body);
$this->setResponseHeader($header);
}
/**