修改ca签章

This commit is contained in:
2023-04-20 13:16:52 +08:00
parent 7f5a1f1192
commit 3d4a941537
8 changed files with 260 additions and 91 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ abstract class Ca
$this->api_url . '/signature-server/api/open/signature/userSignConfig',
$option
);
dump($response);
return true;
} catch (GuzzleException $e) {
throw new BusinessException($e->getMessage());