add clear

This commit is contained in:
as2252258@163.com
2019-08-29 18:13:55 +08:00
parent e0925d86c5
commit 678543151f
+1 -1
View File
@@ -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;
}