|
@@ -663,6 +663,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
{
|
|
{
|
|
return $this->__request(__FUNCTION__, $data);
|
|
return $this->__request(__FUNCTION__, $data);
|
|
}
|
|
}
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* @param array $data
|
|
* @param array $data
|
|
* @return mixed
|
|
* @return mixed
|
|
@@ -673,4 +674,15 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
+ // 20250307 根据网站标识获取导航池
|
|
|
|
+ public function getWebsiteNavPool(array $data)
|
|
|
|
+ {
|
|
|
|
+ return $this->__request(__FUNCTION__, $data);
|
|
|
|
+ }
|
|
|
|
+ // 20250307 根据网站标识获和导航获取站点
|
|
|
|
+ public function getWebsiteNavPoolSite(array $data)
|
|
|
|
+ {
|
|
|
|
+ return $this->__request(__FUNCTION__, $data);
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|