rkljw 5 달 전
부모
커밋
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
     }
 
 }