Explorar o código

自助建站相关接口

15313670163 hai 2 meses
pai
achega
9bf69bc26c
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      app/JsonRpc/WebsiteService.php

+ 4 - 0
app/JsonRpc/WebsiteService.php

@@ -1085,6 +1085,7 @@ class WebsiteService implements WebsiteServiceInterface
         }
         return Result::success($websiteInfo->toArray());
     }
+// 自助建站--fr-------------------
 
      /**
      * 获取并搜索 网站模板信息
@@ -1540,4 +1541,7 @@ class WebsiteService implements WebsiteServiceInterface
         ];
         return Result::success($result);
     }
+
+
+    // 自助建站---------------fr---------------
 }