rkljw hai 5 meses
pai
achega
613af9313d
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  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
     }
 
 }