eee
This commit is contained in:
@@ -63,10 +63,14 @@ class WxV3PaymentNotify extends SmallProgram
|
|||||||
$this->lineFeed($inWechatpayTimestamp, $inWechatpayNonce, $inBody),
|
$this->lineFeed($inWechatpayTimestamp, $inWechatpayNonce, $inBody),
|
||||||
$inWechatpaySignature,
|
$inWechatpaySignature,
|
||||||
$platformPublicKeyInstance);
|
$platformPublicKeyInstance);
|
||||||
|
|
||||||
|
$this->decode($this->resource['ciphertext'], $this->resource['nonce'], $this->resource['associated_data']);
|
||||||
|
|
||||||
if (!$timeOffsetStatus || !$verifiedStatus) {
|
if (!$timeOffsetStatus || !$verifiedStatus) {
|
||||||
return false;
|
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
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user