|
|
@@ -857,10 +857,10 @@ class WechatService extends BaseService
|
|
|
}
|
|
|
|
|
|
return true;
|
|
|
- $sign = stripslashes($sign);
|
|
|
+ /*$sign = stripslashes($sign);
|
|
|
$signature = base64_decode($sign);
|
|
|
$publicKey = openssl_pkey_get_public(file_get_contents(self::$certPaths['cert_path']));
|
|
|
- return openssl_verify($signStr, $signature, $publicKey, 'sha256WithRSAEncryption');
|
|
|
+ return openssl_verify($signStr, $signature, $publicKey, 'sha256WithRSAEncryption');*/
|
|
|
}
|
|
|
|
|
|
|