Merge branch 'dev'

This commit is contained in:
wucongxing 2023-05-18 16:08:34 +08:00
commit 9131bddc51

View File

@ -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());