|
@@ -449,17 +449,41 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getWebsiteFootInfo(array $data)
|
|
|
+ {
|
|
|
+ return $this->__request(__FUNCTION__, $data);
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ *@param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function getAllTemplateClass(array $data)
|
|
|
|
|
|
+ {
|
|
|
+ return $this->__request(__FUNCTION__, $data);
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * @param array $data
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
|
|
|
-
|
|
|
+ public function getWebsiteTemplateList(array $data)
|
|
|
+ {
|
|
|
+ return $this->__request(__FUNCTION__, $data);
|
|
|
+ }
|
|
|
/**
|
|
|
* @param array $data
|
|
|
* @return mixed
|
|
|
*/
|
|
|
- public function getWebsiteFootInfo(array $data)
|
|
|
+ public function addWebsiteTemplateclassintel(array $data)
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
+
|
|
|
/**
|
|
|
* @param array $data
|
|
|
* @return mixed
|
|
@@ -606,30 +630,6 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- *@param array $data
|
|
|
- * @return mixed
|
|
|
- */
|
|
|
- public function getAllTemplateClass(array $data)
|
|
|
- {
|
|
|
- return $this->__request(__FUNCTION__, $data);
|
|
|
- }
|
|
|
- /**
|
|
|
- * @param array $data
|
|
|
- * @return mixed
|
|
|
- */
|
|
|
- public function getWebsiteTemplateList(array $data)
|
|
|
- {
|
|
|
- return $this->__request(__FUNCTION__, $data);
|
|
|
- }
|
|
|
- /**
|
|
|
- * @param array $data
|
|
|
- * @return mixed
|
|
|
- */
|
|
|
- public function addWebsiteTemplateclassintel(array $data)
|
|
|
- {
|
|
|
- return $this->__request(__FUNCTION__, $data);
|
|
|
- }
|
|
|
/**
|
|
|
* @param array $data
|
|
|
* @return mixed
|