1 Commits

Author SHA1 Message Date
as2252258 24655a4644 eee 2025-02-18 09:09:32 +08:00
+6 -2
View File
@@ -63,10 +63,14 @@ class WxV3PaymentNotify extends SmallProgram
$this->lineFeed($inWechatpayTimestamp, $inWechatpayNonce, $inBody),
$inWechatpaySignature,
$platformPublicKeyInstance);
$this->decode($this->resource['ciphertext'], $this->resource['nonce'], $this->resource['associated_data']);
if (!$timeOffsetStatus || !$verifiedStatus) {
return false;
} else {
return true;
}
return $this->decode($this->resource['ciphertext'], $this->resource['nonce'], $this->resource['associated_data']);
}
@@ -168,4 +172,4 @@ class WxV3PaymentNotify extends SmallProgram
}
}
}