修改开具处方:增加回滚。删除无用log记录,修改处方图片位置
This commit is contained in:
@@ -54,7 +54,6 @@ abstract class Ca
|
||||
]
|
||||
];
|
||||
|
||||
Log::getInstance()->info("获取云证书签名请求",$option);
|
||||
try {
|
||||
$response = $this->httpRequest(
|
||||
$this->api_url . '/cloud-certificate-service' . '/api/cloudCert/open/cert/sign',
|
||||
@@ -89,8 +88,6 @@ abstract class Ca
|
||||
]
|
||||
];
|
||||
|
||||
dump($option);
|
||||
|
||||
try {
|
||||
$response = $this->httpRequest(
|
||||
$this->api_url . '/signgw-service/api/signature/verifyPkcs7',
|
||||
|
||||
Reference in New Issue
Block a user