This commit is contained in:
2025-06-26 10:21:45 +08:00
parent 6604f4c6aa
commit 5c04064df1
2 changed files with 13 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ class BaseService
{
protected $userId;
protected $userInfo;
protected $gatewayClient;
/**
* @var mixed 单例实例,确保该类只有一个全局实例
*/