rabin 1 年間 前
コミット
c579fd2739
1 ファイル変更1 行追加1 行削除
  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[$this->connect['sign_name']]);
             unset($input['l']);
             unset($input['l']);
             if ($sign != $this->sign($input)) {
             if ($sign != $this->sign($input)) {
-                $this->error('sign error');
+                //$this->error('sign error');
             }
             }
         }
         }
         if ($msg) {
         if ($msg) {