LiuJ 3 mesi fa
parent
commit
5b83b72a42
2 ha cambiato i file con 224 aggiunte e 214 eliminazioni
  1. 217 210
      app/JsonRpc/PublicRpcService.php
  2. 7 4
      app/JsonRpc/PublicRpcServiceInterface.php

File diff suppressed because it is too large
+ 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);
 }

Some files were not shown because too many files changed in this diff