From 678543151f98f0a91bdda5b56281fc19944cb8d1 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Thu, 29 Aug 2019 18:13:55 +0800 Subject: [PATCH] add clear --- wx/Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wx/Notify.php b/wx/Notify.php index 72ff046..c407eaa 100644 --- a/wx/Notify.php +++ b/wx/Notify.php @@ -82,7 +82,7 @@ class Notify extends Miniprogarampage $sign = $params['sign']; unset($params['sign']); - $nowSign = Help::sign($params, $this->config->getKey(), $sign['signType']); + $nowSign = Help::sign($params, $this->config->getKey(), $sign['sign_type']); if ($sign === $nowSign) { return true; }