Browse Source

自助建站

15313670163 1 month ago
parent
commit
79684e2c59
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/JsonRpc/WebsiteService.php

+ 2 - 0
app/JsonRpc/WebsiteService.php

@@ -1106,6 +1106,7 @@ class WebsiteService implements WebsiteServiceInterface
         return Result::success($websiteInfo->toArray());
     }
 
+    // 自助建站------liu-------------
     /**
      * 风格下的板块
      * @return void
@@ -1378,5 +1379,6 @@ class WebsiteService implements WebsiteServiceInterface
         }
     }
 
+// 自传建站---------------liu------------
 
 }