LiuJ 3 달 전
부모
커밋
5b83b72a42
2개의 변경된 파일224개의 추가작업 그리고 214개의 파일을 삭제
  1. 217 210
      app/JsonRpc/PublicRpcService.php
  2. 7 4
      app/JsonRpc/PublicRpcServiceInterface.php

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 217 - 210
app/JsonRpc/PublicRpcService.php


+ 7 - 4
app/JsonRpc/PublicRpcServiceInterface.php

@@ -213,8 +213,11 @@ interface PublicRpcServiceInterface
     public function getSectorType(array $data): array;
     // 自助建站-随机模板
     public function randomWebTemplate(array $data): array;
-
-
-
-
+    //level
+    public function addLevel(array $data);
+    public function updateLevel(array $data);
+    public function deleteLevel(array $data);
+    public function getLevelInfo(array $data);
+    public function getLevelList(array $data);
+    public function getLevel(array $data);
 }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.