Ver Fonte

Merge branch 'web_sannong_fr'

15313670163 há 5 meses atrás
pai
commit
141b5dd796
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      app/JsonRpc/NewsService.php

+ 1 - 0
app/JsonRpc/NewsService.php

@@ -3466,6 +3466,7 @@ class NewsService implements NewsServiceInterface
    */
   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);