diff --git a/app/Services/CaService.php b/app/Services/CaService.php index 050854a..03b2adf 100644 --- a/app/Services/CaService.php +++ b/app/Services/CaService.php @@ -249,6 +249,7 @@ class CaService extends BaseService $data['product'][] = $product; } + dump($this->entity_id); $cert_sign_result = $CaOnline->getCertSign($this->entity_id, $this->entity_id, $data); // 验证云证书签名 验证无需处理,只要不返回错误即可