This commit is contained in:
xl
2023-11-14 01:39:18 +08:00
parent 77aa01185b
commit 93dc51b02c
+1 -1
View File
@@ -74,7 +74,7 @@ class Notify extends SmallProgram
unset($params['sign']);
$signType = $this->payConfig->getSignType();
$privateKey = $this->payConfig->getKey();
$privateKey = $this->payConfig->pay->qq->mchSecret;
$nowSign = Help::sign($params, $privateKey, $signType);
if ($sign === $nowSign) {
return true;