From 93dc51b02ca9e4e09cc163730322226adaf255ab Mon Sep 17 00:00:00 2001 From: xl Date: Tue, 14 Nov 2023 01:39:18 +0800 Subject: [PATCH] eee --- qq/Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qq/Notify.php b/qq/Notify.php index e3817da..2a62e67 100644 --- a/qq/Notify.php +++ b/qq/Notify.php @@ -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;