From 3d867be82d72f68b30b6bd89d783ed2c828d2d81 Mon Sep 17 00:00:00 2001 From: xuanchen <122383162@qq.com> Date: Thu, 12 Aug 2021 17:06:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Action/Init.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Action/Init.php b/src/Action/Init.php index b25a932..512a6a9 100644 --- a/src/Action/Init.php +++ b/src/Action/Init.php @@ -156,8 +156,7 @@ class Init { $signStr = $this->getSignString(); $private_key = $this->getPrivate(); - - $privKeyId = openssl_get_privatekey($private_key); + $privKeyId = openssl_get_privatekey($private_key); if (!$privKeyId) { throw new \Exception('私钥格式有误');