LiuJ 5 달 전
부모
커밋
d94a8bf1d9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);