LiuJ hace 5 meses
padre
commit
d94a8bf1d9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/JsonRpc/NewsService.php

+ 1 - 1
app/JsonRpc/NewsService.php

@@ -3466,7 +3466,7 @@ class NewsService implements NewsServiceInterface
    */
   public function checkWebsiteRoute(array $data): array
   {
-    // 测试0011111
+    // 测试001111111222
     $web = Website::where('id', $data['website_id'])->first(['id', 'website_name', 'status']);
     if (empty($web)) {
       return Result::error("该网站不存在", 0);