This commit is contained in:
2025-11-28 11:43:24 +08:00
parent a52610cf2a
commit 22f425ceb7
-2
View File
@@ -127,8 +127,6 @@ class CurlClient extends ClientAbstracts
if (!empty($this->caPath)) {
curl_setopt($this->client, CURLOPT_CAINFO, $this->caPath);
}
var_dump($path,$method);
}