LiuJ il y a 3 mois
Parent
commit
5b83b72a42
2 fichiers modifiés avec 224 ajouts et 214 suppressions
  1. 217 210
      app/JsonRpc/PublicRpcService.php
  2. 7 4
      app/JsonRpc/PublicRpcServiceInterface.php

Fichier diff supprimé car celui-ci est trop grand
+ 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);
 }

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff