Przeglądaj źródła

乡村网-获取特殊新闻模块

15313670163 3 tygodni temu
rodzic
commit
70a153e46a
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      app/JsonRpc/NewsService.php

+ 2 - 0
app/JsonRpc/NewsService.php

@@ -1009,6 +1009,7 @@ class NewsService implements NewsServiceInterface
      */
     public function getWebsiteArticles(array $data): array
     {
+
         // 修正传入的字符串,将单引号替换为双引号
         $input['id'] = $data['id'];
         $input['website_id'] = $data['website_id'];
@@ -1071,4 +1072,5 @@ class NewsService implements NewsServiceInterface
         }, $data);
         return Result::success($result);
     }
+    
 }