LiuJ 3 luni în urmă
părinte
comite
5b83b72a42
2 a modificat fișierele cu 224 adăugiri și 214 ștergeri
  1. 217 210
      app/JsonRpc/PublicRpcService.php
  2. 7 4
      app/JsonRpc/PublicRpcServiceInterface.php

Fișier diff suprimat deoarece este prea mare
+ 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);
 }

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff