|
@@ -209,10 +209,12 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
{
|
|
{
|
|
return $this->__request(__FUNCTION__, $data);
|
|
return $this->__request(__FUNCTION__, $data);
|
|
}
|
|
}
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* @param array $data
|
|
* @param array $data
|
|
* @return array|mixed
|
|
* @return array|mixed
|
|
*/
|
|
*/
|
|
|
|
+
|
|
public function getWebsiteAdvertisement(array $data)
|
|
public function getWebsiteAdvertisement(array $data)
|
|
{
|
|
{
|
|
return $this->__request(__FUNCTION__, $data);
|
|
return $this->__request(__FUNCTION__, $data);
|
|
@@ -222,22 +224,27 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
* @param array $data
|
|
* @param array $data
|
|
* @return array|mixed
|
|
* @return array|mixed
|
|
*/
|
|
*/
|
|
|
|
+
|
|
public function selectWebsiteDepartment(array $data)
|
|
public function selectWebsiteDepartment(array $data)
|
|
{
|
|
{
|
|
return $this->__request(__FUNCTION__, $data);
|
|
return $this->__request(__FUNCTION__, $data);
|
|
}
|
|
}
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* @param array $data
|
|
* @param array $data
|
|
* @return mixed
|
|
* @return mixed
|
|
*/
|
|
*/
|
|
|
|
+
|
|
public function selectWebsiteArea(array $data)
|
|
public function selectWebsiteArea(array $data)
|
|
{
|
|
{
|
|
return $this->__request(__FUNCTION__, $data);
|
|
return $this->__request(__FUNCTION__, $data);
|
|
}
|
|
}
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* @param array $data
|
|
* @param array $data
|
|
* @return mixed
|
|
* @return mixed
|
|
*/
|
|
*/
|
|
|
|
+
|
|
public function getWebsiteModelCategory(array $data)
|
|
public function getWebsiteModelCategory(array $data)
|
|
{
|
|
{
|
|
return $this->__request(__FUNCTION__, $data);
|
|
return $this->__request(__FUNCTION__, $data);
|
|
@@ -247,6 +254,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
* @param array $data
|
|
* @param array $data
|
|
* @return mixed
|
|
* @return mixed
|
|
*/
|
|
*/
|
|
|
|
+
|
|
public function selectWebsiteLinks(array $data)
|
|
public function selectWebsiteLinks(array $data)
|
|
{
|
|
{
|
|
return $this->__request(__FUNCTION__, $data);
|
|
return $this->__request(__FUNCTION__, $data);
|
|
@@ -255,10 +263,6 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* @param array $data
|
|
* @param array $data
|
|
* @return array|mixed
|
|
* @return array|mixed
|