Merge branch 'dev' of ssh://git.bgbg.live:18150/root/SEONexus into dev

This commit is contained in:
make
2025-04-29 18:15:00 +08:00
3 changed files with 25 additions and 0 deletions

View File

@@ -42,6 +42,13 @@ class Site
$this->initClient();
}
/**
* Undocumented variable
*
* @var boolean
*/
public $boolReInitClient = false;
/**
* Undocumented function
*/
@@ -136,6 +143,10 @@ class Site
*/
public function getClient(): Client
{
if ($this->boolReInitClient) {
$this->initClient();
}
return $this->Client;
}

View File

@@ -27,6 +27,13 @@ class Site extends ZwSite
*/
protected $strSiteCode = 'zw630';
/**
* Undocumented variable
*
* @var boolean
*/
public $boolReInitClient = false;
/**
* Undocumented function
*/

View File

@@ -26,6 +26,13 @@ class Site extends ZwSite
*/
protected $strSiteCode = 'zw';
/**
* Undocumented variable
*
* @var boolean
*/
public $boolReInitClient = true;
/**
* Undocumented function
*/