修改开具处方:增加回滚。删除无用log记录,修改处方图片位置

This commit is contained in:
2023-08-10 17:00:25 +08:00
parent dd470ac839
commit 1a7dceb86b
5 changed files with 6 additions and 9 deletions
-3
View File
@@ -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',