From f4494867a9bfa9c4e05cc2fd4a08daa139df7e5b Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Thu, 18 May 2023 16:08:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AD=BE=E7=AB=A0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/Ca/Ca.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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());