the_bug 5 mesiacov pred
rodič
commit
ea3a85841a
1 zmenil súbory, kde vykonal 7 pridanie a 7 odobranie
  1. 7 7
      app/JsonRpc/WebsiteService.php

+ 7 - 7
app/JsonRpc/WebsiteService.php

@@ -460,7 +460,7 @@ class WebsiteService implements WebsiteServiceInterface
     }
 
     /**
-     * 查询网站下面的导航
+     * 查询网站下面的导航   
      * @param array $data
      * @return array
      */
@@ -478,9 +478,9 @@ class WebsiteService implements WebsiteServiceInterface
             return Result::success($result);
         }
     }
-    
+
      /**
-     * 查询网站的广告
+     * 查询网站的广告  
      * @param array $data
      * @return array
      */
@@ -531,7 +531,7 @@ class WebsiteService implements WebsiteServiceInterface
      * 
      * @param array $data
      * @return array
-     */
+     */   
     /**网站行政职能搜索 */
     public function selectWebsiteDepartment(array $data): array
     {
@@ -564,7 +564,7 @@ class WebsiteService implements WebsiteServiceInterface
      * @return array
      */
     /**
-     * 搜索地区
+     * 搜索地区   
      */
     public function selectWebsiteArea(array $data): array
     {
@@ -620,7 +620,7 @@ class WebsiteService implements WebsiteServiceInterface
      * @param array $data
      * @return array
      */
-    //获取栏目
+    //获取栏目  
     public function getWebsiteModelCategory(array $data): array
     {
         $website_id=[
@@ -646,7 +646,7 @@ class WebsiteService implements WebsiteServiceInterface
      * @param array $data
      * @return array
      */
-    //获取友情链接
+    //获取友情链接   
     public function selectWebsiteLinks(array $data): array
     {
         $where = [