diff --git a/extend/Ca/Ca.php b/extend/Ca/Ca.php index 5ee2133..7802a6d 100644 --- a/extend/Ca/Ca.php +++ b/extend/Ca/Ca.php @@ -130,12 +130,11 @@ abstract class Ca ]; try { - Log::getInstance()->info("添加签章配置",$option); $response = $this->httpRequest( $this->api_url . '/signature-server/api/open/signature/userSignConfig', $option ); - Log::getInstance()->info("添加签章配置",$response); + dump($response); return true; } catch (GuzzleException $e) { throw new BusinessException($e->getMessage());