rkljw 3 сар өмнө
parent
commit
613af9313d

+ 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
     }
 
 }