Преглед на файлове

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

15313670163 преди 1 ден
родител
ревизия
2e22b7c799
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      app/JsonRpc/WebsiteService.php
  2. 1 1
      app/JsonRpc/WebsiteServiceInterface.php

+ 1 - 1
app/JsonRpc/WebsiteService.php

@@ -824,7 +824,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
      * @param array $data
      * @return mixed
      */
-    public function upWebsiteStatus(array $data)
+    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); 
 
 }