fix re init guzzle client bux

This commit is contained in:
Default
2025-04-29 17:34:29 +08:00
parent 2bfa178e8d
commit d431fdac55
3 changed files with 25 additions and 0 deletions

View File

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