This commit is contained in:
2021-08-12 17:06:57 +08:00
parent a803fc2f1d
commit 3d867be82d

View File

@@ -156,7 +156,6 @@ class Init
{
$signStr = $this->getSignString();
$private_key = $this->getPrivate();
$privKeyId = openssl_get_privatekey($private_key);
if (!$privKeyId) {