|
@@ -842,8 +842,17 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
* @return mixed
|
|
|
*/
|
|
|
public function upWebsiteStatus(array $data)
|
|
|
- {
|
|
|
+ {
|
|
|
+ return $this->__request(__FUNCTION__, $data);
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function updateWebsiteStatus(array $data)
|
|
|
+ {
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
|
|
|
+
|
|
|
}
|