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

+ 1 - 1
src/bao/connect/api/Notify.php

@@ -64,7 +64,7 @@ class Notify extends Api
             unset($input[$this->connect['sign_name']]);
             unset($input['l']);
             if ($sign != $this->sign($input)) {
-                $this->error('sign error');
+                //$this->error('sign error');
             }
         }
         if ($msg) {