Преглед изворни кода

增加接口:修改网站应用状态

15313670163 пре 1 дан
родитељ
комит
2d8f221cc0
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      app/JsonRpc/WebsiteService.php
  2. 1 1
      app/JsonRpc/WebsiteServiceInterface.php

+ 1 - 1
app/JsonRpc/WebsiteService.php

@@ -825,7 +825,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
      * @return mixed
      */
     public function upWebsiteStatus(array $data) 
-    {
+    { 
         return $this->__request(__FUNCTION__, $data);
     }
 

+ 1 - 1
app/JsonRpc/WebsiteServiceInterface.php

@@ -516,6 +516,6 @@ interface WebsiteServiceInterface
      * @param array $data
      * @return mixed
      */
-    public function upWebsiteStatus(array $data); 
+    public function upWebsiteStatus(array $data);  
 
 }