|
@@ -210,6 +210,59 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return array|mixed
|
|
|
+ */
|
|
|
+
|
|
|
+ public function getWebsiteAdvertisement(array $data)
|
|
|
+ {
|
|
|
+ return $this->__request(__FUNCTION__, $data);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return array|mixed
|
|
|
+ */
|
|
|
+
|
|
|
+ public function selectWebsiteDepartment(array $data)
|
|
|
+ {
|
|
|
+ return $this->__request(__FUNCTION__, $data);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+
|
|
|
+ public function selectWebsiteArea(array $data)
|
|
|
+ {
|
|
|
+ return $this->__request(__FUNCTION__, $data);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+
|
|
|
+ public function getWebsiteModelCategory(array $data)
|
|
|
+ {
|
|
|
+ return $this->__request(__FUNCTION__, $data);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+
|
|
|
+ public function selectWebsiteLinks(array $data)
|
|
|
+ {
|
|
|
+ return $this->__request(__FUNCTION__, $data);
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
/**
|
|
|
* @param array $data
|
|
|
* @return array|mixed
|