Default Changelist

This commit is contained in:
xl
2023-11-07 15:59:17 +08:00
parent d0a6787b85
commit a2dc66ec84
2 changed files with 37 additions and 1 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ trait WxV3PaymentTait
*/
public function openssl_signature($body): string
{
$pem = file_get_contents($this->getConfig()->getSslCert());
$pem = file_get_contents($this->getConfig()->getMchKey());
$mch_private_key = openssl_get_privatekey($pem);