15313670163 4 månader sedan
förälder
incheckning
c9aebe73e0

+ 11 - 0
app/JsonRpc/WebsiteService.php

@@ -472,6 +472,8 @@ class WebsiteService implements WebsiteServiceInterface
             return Result::success($result);
         }
     }
+
+
     /**
      * 查询网站的广告
      * @param array $data
@@ -519,6 +521,8 @@ class WebsiteService implements WebsiteServiceInterface
                 
         } 
     }
+
+
      /**
      * 
      * @param array $data
@@ -549,6 +553,8 @@ class WebsiteService implements WebsiteServiceInterface
         $result=$depart;
         return Result::success($result['data']); 
     }
+
+
     /**
      * 
      * @param array $data
@@ -606,6 +612,8 @@ class WebsiteService implements WebsiteServiceInterface
         }
         return Result::success($result);  
     }
+
+
     /**
      * @param array $data
      * @return array
@@ -631,6 +639,8 @@ class WebsiteService implements WebsiteServiceInterface
         }
 
     }
+
+
     /**
      * @param array $data
      * @return array
@@ -653,6 +663,7 @@ class WebsiteService implements WebsiteServiceInterface
 
     }
 
+    
     /**
      * 网站首页数据统计, 管理员
      * @return void

+ 8 - 0
app/JsonRpc/WebsiteServiceInterface.php

@@ -45,13 +45,21 @@ interface WebsiteServiceInterface
     public function updateWebsiteRoleUser(int $id,array $data): array;
     public function delWebsiteRoleUser(int $id): array;
     public function getWebsiteId(array $data): array;
+
     public function getWebsiteCategory(array $data): array;
+
     public function getWebsiteAdvertisement(array $data): array;
+    
     public function selectWebsiteDepartment(array $data): array;
+
+
     public function selectWebsiteArea(array $data): array;
+
     public function getWebsiteModelCategory(array $data): array;
+
     public function selectWebsiteLinks(array $data): array;
 
+
     public function getAdminIndex(array $data): array;
     public function getTemplateClass(array $data): array;
     public function addTemplateClass(array $data): array;

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
runtime/container/scan.cache


+ 1 - 1
runtime/hyperf.pid

@@ -1 +1 @@
-19533
+46

+ 2 - 2
vendor/composer/installed.php

@@ -3,7 +3,7 @@
         'name' => 'hyperf/hyperf-skeleton',
         'pretty_version' => 'dev-master',
         'version' => 'dev-master',
-        'reference' => 'c4c92ee3483e1c5bcad652be05a02e5b2587a966',
+        'reference' => '302c71b5779d4f993766fe28f5744c7031aef775',
         'type' => 'project',
         'install_path' => __DIR__ . '/../../',
         'aliases' => array(),
@@ -439,7 +439,7 @@
         'hyperf/hyperf-skeleton' => array(
             'pretty_version' => 'dev-master',
             'version' => 'dev-master',
-            'reference' => 'c4c92ee3483e1c5bcad652be05a02e5b2587a966',
+            'reference' => '302c71b5779d4f993766fe28f5744c7031aef775',
             'type' => 'project',
             'install_path' => __DIR__ . '/../../',
             'aliases' => array(),

Vissa filer visades inte eftersom för många filer har ändrats