This commit is contained in:
wucongxing8150 2024-04-22 17:02:14 +08:00
parent 905d7fec83
commit c499184ebe

View File

@ -359,6 +359,7 @@ abstract class Ca
$arg = array_merge($arg, $option);
dump($arg);
$response = $this->client->post($path, $arg);
if ($response->getStatusCode() != '200') {