rkljw 3 ヶ月 前
コミット
2d055eda29
1 ファイル変更4 行追加0 行削除
  1. 4 0
      app/JsonRpc/WebsiteService.php

+ 4 - 0
app/JsonRpc/WebsiteService.php

@@ -1076,5 +1076,9 @@ class WebsiteService implements WebsiteServiceInterface
         }
         return Result::success($websiteInfo->toArray());
     }
+    public function ceshi()
+    {
+        return [];
+    }
 
 }