[色子游戏]玩家-新增玩家钱包操作

This commit is contained in:
2026-03-04 15:04:11 +08:00
parent 00d964ad80
commit 0492e08cc7
10 changed files with 368 additions and 11 deletions

View File

@@ -21,14 +21,14 @@ class BaseController extends OpenController
protected $adminInfo;
/**
* 当前登陆管理员ID
* 当前登陆管理员ID(未登录时为 null
*/
protected int $adminId;
protected ?int $adminId = null;
/**
* 当前登陆管理员账号
* 当前登陆管理员账号(未登录时为空字符串)
*/
protected string $adminName;
protected string $adminName = '';
/**
* 逻辑层注入