rkljw 3 月之前
父節點
當前提交
613af9313d
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      app/JsonRpc/WebsiteService.php

+ 5 - 1
app/JsonRpc/WebsiteService.php

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