فهرست منبع

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

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); 
 
 }