|
@@ -103,9 +103,11 @@ class Notify extends Api
|
|
|
if ($sign = Dever::issets($input, $this->connect['sign_name'])) {
|
|
|
unset($input[$this->connect['sign_name']]);
|
|
|
unset($input['l']);
|
|
|
- if ($sign != $this->sign($input)) {
|
|
|
-
|
|
|
- }
|
|
|
+
|
|
|
+ $string = '';
|
|
|
+ if ($sign != $this->sign($input, $string)) {
|
|
|
+ $this->error('sign error');
|
|
|
+ }*/
|
|
|
}
|
|
|
if ($msg) {
|
|
|
$update = array();
|