diff --git a/extend/Ca/Ca.php b/extend/Ca/Ca.php index e621b5c..a8dda30 100644 --- a/extend/Ca/Ca.php +++ b/extend/Ca/Ca.php @@ -359,6 +359,7 @@ abstract class Ca $arg = array_merge($arg, $option); + dump($arg); $response = $this->client->post($path, $arg); if ($response->getStatusCode() != '200') {