|
|
@@ -45,7 +45,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
*/
|
|
|
public function updateWebsite(int $id, array $data)
|
|
|
{
|
|
|
- return $this->__request(__FUNCTION__,compact('id', 'data'));
|
|
|
+ return $this->__request(__FUNCTION__, compact('id', 'data'));
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
@@ -54,7 +54,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
*/
|
|
|
public function delWebsite(int $id)
|
|
|
{
|
|
|
- return $this->__request(__FUNCTION__,compact('id'));
|
|
|
+ return $this->__request(__FUNCTION__, compact('id'));
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
@@ -63,7 +63,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
*/
|
|
|
public function getWebsiteInfo(int $id)
|
|
|
{
|
|
|
- return $this->__request(__FUNCTION__,compact('id'));
|
|
|
+ return $this->__request(__FUNCTION__, compact('id'));
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
@@ -84,7 +84,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
*/
|
|
|
public function getWebsiteColumnList(array $data)
|
|
|
{
|
|
|
-// return $this->__request(__FUNCTION__, compact('keyword','page','pageSize'));
|
|
|
+ // return $this->__request(__FUNCTION__, compact('keyword','page','pageSize'));
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
|
|
|
@@ -104,7 +104,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
*/
|
|
|
public function updateWebsiteColumn(int $id, array $data)
|
|
|
{
|
|
|
- return $this->__request(__FUNCTION__,compact('id', 'data'));
|
|
|
+ return $this->__request(__FUNCTION__, compact('id', 'data'));
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
@@ -113,7 +113,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
*/
|
|
|
public function delWebsiteColumn(int $id)
|
|
|
{
|
|
|
- return $this->__request(__FUNCTION__,compact('id'));
|
|
|
+ return $this->__request(__FUNCTION__, compact('id'));
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
@@ -122,9 +122,9 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
* @param int $pageSize
|
|
|
* @return mixed
|
|
|
*/
|
|
|
- public function getWebsiteRoleList(string $keyword, int $page, int $pageSize,int $websiteId)
|
|
|
+ public function getWebsiteRoleList(string $keyword, int $page, int $pageSize, int $websiteId)
|
|
|
{
|
|
|
- return $this->__request(__FUNCTION__, compact('keyword','page','pageSize','websiteId'));
|
|
|
+ return $this->__request(__FUNCTION__, compact('keyword', 'page', 'pageSize', 'websiteId'));
|
|
|
}
|
|
|
/**
|
|
|
* @param array $data
|
|
|
@@ -142,7 +142,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
*/
|
|
|
public function updateWebsiteRole(int $id, array $data)
|
|
|
{
|
|
|
- return $this->__request(__FUNCTION__,compact('id', 'data'));
|
|
|
+ return $this->__request(__FUNCTION__, compact('id', 'data'));
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
@@ -151,7 +151,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
*/
|
|
|
public function delWebsiteRole(int $id)
|
|
|
{
|
|
|
- return $this->__request(__FUNCTION__,compact('id'));
|
|
|
+ return $this->__request(__FUNCTION__, compact('id'));
|
|
|
}
|
|
|
/**
|
|
|
* @param string $keyword
|
|
|
@@ -159,9 +159,9 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
* @param int $pageSize
|
|
|
* @return mixed
|
|
|
*/
|
|
|
- public function getWebsiteRoleUserList(string $keyword, int $page, int $pageSize,int $websiteId,int $roleId)
|
|
|
+ public function getWebsiteRoleUserList(string $keyword, int $page, int $pageSize, int $websiteId, int $roleId)
|
|
|
{
|
|
|
- return $this->__request(__FUNCTION__, compact('keyword','page','pageSize','websiteId','roleId'));
|
|
|
+ return $this->__request(__FUNCTION__, compact('keyword', 'page', 'pageSize', 'websiteId', 'roleId'));
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
@@ -180,7 +180,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
*/
|
|
|
public function updateWebsiteRoleUser(int $id, array $data)
|
|
|
{
|
|
|
- return $this->__request(__FUNCTION__,compact('id', 'data'));
|
|
|
+ return $this->__request(__FUNCTION__, compact('id', 'data'));
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
@@ -189,7 +189,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
*/
|
|
|
public function delWebsiteRoleUser(int $id)
|
|
|
{
|
|
|
- return $this->__request(__FUNCTION__,compact('id'));
|
|
|
+ return $this->__request(__FUNCTION__, compact('id'));
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
@@ -220,7 +220,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
+ /**
|
|
|
* @param array $data
|
|
|
* @return array|mixed
|
|
|
*/
|
|
|
@@ -418,10 +418,10 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
/**
|
|
|
* @param array $data
|
|
|
* @return mixed
|
|
|
@@ -430,7 +430,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
- /**
|
|
|
+ /**
|
|
|
* @param array $data
|
|
|
* @return mixed
|
|
|
*/
|
|
|
@@ -446,7 +446,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
- /**
|
|
|
+ /**
|
|
|
* @param array $data
|
|
|
* @return mixed
|
|
|
*/
|
|
|
@@ -454,7 +454,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
- /**
|
|
|
+ /**
|
|
|
* @param array $data
|
|
|
* @return mixed
|
|
|
*/
|
|
|
@@ -462,7 +462,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
- /**
|
|
|
+ /**
|
|
|
* @param array $data
|
|
|
* @return mixed
|
|
|
*/
|
|
|
@@ -478,7 +478,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
|
|
|
//20250212 网站标识
|
|
|
public function addWebsiteGroup(array $data)
|
|
|
@@ -537,7 +537,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
|
|
|
|
|
|
// --自助建站-----------fr----------------------start
|
|
|
- /**
|
|
|
+ /**
|
|
|
* @param array $data
|
|
|
* @return mixed
|
|
|
*/
|
|
|
@@ -545,15 +545,15 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
- /**
|
|
|
+ /**
|
|
|
* @param array $data
|
|
|
* @return mixed
|
|
|
*/
|
|
|
public function checkWebsiteBuild(array $data)
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
- }
|
|
|
- /**
|
|
|
+ }
|
|
|
+ /**
|
|
|
* @param array $data
|
|
|
* @return mixed
|
|
|
*/
|
|
|
@@ -561,14 +561,14 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
- /**
|
|
|
+ /**
|
|
|
* @param array $data
|
|
|
* @return mixed
|
|
|
*/
|
|
|
public function upWebsiteTemplateintel(array $data)
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
- }
|
|
|
+ }
|
|
|
/**
|
|
|
*@param array $data
|
|
|
* @return mixed
|
|
|
@@ -615,7 +615,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
/**
|
|
|
* @param array $data
|
|
|
* @return mixed
|
|
|
- */
|
|
|
+ */
|
|
|
public function getWebFootInfo(array $data)
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
@@ -631,7 +631,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
/**
|
|
|
* @param array $data
|
|
|
* @return mixed
|
|
|
- */
|
|
|
+ */
|
|
|
public function upWebFootInfo(array $data)
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
@@ -670,7 +670,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
*/
|
|
|
public function getWebsiteRoute(array $data)
|
|
|
{
|
|
|
- return $this->__request(__FUNCTION__, $data);
|
|
|
+ return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
/**
|
|
|
* @param array $data
|
|
|
@@ -681,7 +681,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
|
|
|
- /*
|
|
|
+ /*
|
|
|
* @param array $data
|
|
|
* @return mixed
|
|
|
*/
|
|
|
@@ -711,7 +711,8 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
* @param array $data
|
|
|
* @return array|mixed
|
|
|
*/
|
|
|
- public function getFooterContentList(array $data){
|
|
|
+ public function getFooterContentList(array $data)
|
|
|
+ {
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
public function addStaticResource(array $data)
|
|
|
@@ -721,7 +722,8 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
/**
|
|
|
* @param array $data
|
|
|
*/
|
|
|
- public function getFooterContentInfo(array $data){
|
|
|
+ public function getFooterContentInfo(array $data)
|
|
|
+ {
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
/**
|
|
|
@@ -841,16 +843,16 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
* @param array $data
|
|
|
* @return mixed
|
|
|
*/
|
|
|
- public function upWebsiteStatus(array $data)
|
|
|
- {
|
|
|
+ public function upWebsiteStatus(array $data)
|
|
|
+ {
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
/**
|
|
|
* @param array $data
|
|
|
* @return mixed
|
|
|
*/
|
|
|
- public function updateWebsiteStatus(array $data)
|
|
|
- {
|
|
|
+ public function updateWebsiteStatus(array $data)
|
|
|
+ {
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
|
|
|
@@ -862,6 +864,8 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-}
|
|
|
+ public function checkPath(array $data)
|
|
|
+ {
|
|
|
+ return $this->__request(__FUNCTION__, $data);
|
|
|
+ }
|
|
|
+}
|