Browse Source

老版本,同步失败屏蔽

lizhen_gitee 6 months ago
parent
commit
00cef361a6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      application/api/controller/Index.php

+ 2 - 2
application/api/controller/Index.php

@@ -177,11 +177,11 @@ class Index extends Api
         $rt = httpRequest($url, 'POST', $content);
          file_put_contents('bofang.txt',$id.'_'.$rt.PHP_EOL, FILE_APPEND);
         if (!$rt) {
-            $this->error('同步失败');
+//            $this->error('同步失败');
         }
         $rt = json_decode($rt, true);
         if ($rt['code'] != 0) {
-            $this->error('同步失败');
+//            $this->error('同步失败');
         }
 
         $this->success('同步成功');