代码提交

This commit is contained in:
wong
2025-11-14 11:39:20 +08:00
parent 58243d9c17
commit 5715849de5
6 changed files with 88 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ class User extends Model
{
use SoftDelete;
const ADMIN_STP = 1; // 操盘手账号
const ADMIN_STP = 1; // 操盘手账号
const ADMIN_OTP = 0;
const NOT_USER = -1; // 非登录用户用于任务操作的S2系统专属
const MASTER_USER = 1; // 操盘手