rabin 1 年之前
父节点
当前提交
44d5034685
共有 1 个文件被更改,包括 5 次插入3 次删除
  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();