rabin 1 year ago
parent
commit
44d5034685
1 changed files with 5 additions and 3 deletions
  1. 5 3
      src/bao/connect/api/Notify.php

+ 5 - 3
src/bao/connect/api/Notify.php

@@ -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)) {
-                //$this->error('sign error');
-            }
+            /*
+            $string = '';
+            if ($sign != $this->sign($input, $string)) {
+                $this->error('sign error');
+            }*/
         }
         if ($msg) {
             $update = array();