eee
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ class Notify extends SmallProgram
|
|||||||
unset($params['sign']);
|
unset($params['sign']);
|
||||||
|
|
||||||
$signType = $this->payConfig->getSignType();
|
$signType = $this->payConfig->getSignType();
|
||||||
$privateKey = $this->payConfig->getKey();
|
$privateKey = $this->payConfig->pay->qq->mchSecret;
|
||||||
$nowSign = Help::sign($params, $privateKey, $signType);
|
$nowSign = Help::sign($params, $privateKey, $signType);
|
||||||
if ($sign === $nowSign) {
|
if ($sign === $nowSign) {
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user