eee
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user