소스 검색

修改b端接口:添加资讯-采集

FengR 3 달 전
부모
커밋
bcdc573bd3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Controller/PublicController.php

+ 1 - 0
app/Controller/PublicController.php

@@ -1817,6 +1817,7 @@ class PublicController extends AbstractController
                 $requireData['commend_id'] = "[]";
                 $requireData['catid'] = $val;
                 $requireData['web_site_id'] = $arr_web_site_id[$key];
+                $requireData['is_collect'] = 1;  //采集器采集而来
                 $result = $this->newsServiceClient->addArticle($requireData);
                 $data = [
                     'id'=>$result['data']['id'],