15313670163 5 месяцев назад
Родитель
Сommit
0e81ce1f04
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/JsonRpc/NewsService.php

+ 1 - 0
app/JsonRpc/NewsService.php

@@ -2729,6 +2729,7 @@ private function fetchArticles($catId, $website, $limit, $isImageArticle = false
    */
   public function checkWebsiteRoute(array $data): array
   {
+    // 测试001
     $web = Website::where('id', $data['website_id'])->first(['id', 'website_name', 'status']);
     if (empty($web)) {
       return Result::error("该网站不存在", 0);