修改签章配置
This commit is contained in:
parent
42234c9305
commit
f4494867a9
@ -130,12 +130,11 @@ abstract class Ca
|
|||||||
];
|
];
|
||||||
|
|
||||||
try {
|
try {
|
||||||
Log::getInstance()->info("添加签章配置",$option);
|
|
||||||
$response = $this->httpRequest(
|
$response = $this->httpRequest(
|
||||||
$this->api_url . '/signature-server/api/open/signature/userSignConfig',
|
$this->api_url . '/signature-server/api/open/signature/userSignConfig',
|
||||||
$option
|
$option
|
||||||
);
|
);
|
||||||
Log::getInstance()->info("添加签章配置",$response);
|
dump($response);
|
||||||
return true;
|
return true;
|
||||||
} catch (GuzzleException $e) {
|
} catch (GuzzleException $e) {
|
||||||
throw new BusinessException($e->getMessage());
|
throw new BusinessException($e->getMessage());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user