15313670163 3 月之前
父节点
当前提交
837609e759
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/JsonRpc/CollectorService.php

+ 2 - 0
app/JsonRpc/CollectorService.php

@@ -787,6 +787,7 @@ class CollectorService implements CollectorServiceInterface
     */
     public function addCatid(array $data): array
     {
+
         $id = $data['rule_id'];
         $art = Article::where('rule_id',$id)->select('id')->count();
         if($art==0){
@@ -837,6 +838,7 @@ class CollectorService implements CollectorServiceInterface
         }
         // return  Result::success($result);
         
+        
     }
     /**
     * 导入文章(生产者)