Эх сурвалжийг харах

Merge branch 'web_sannong_fr'

15313670163 6 сар өмнө
parent
commit
141b5dd796

+ 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);