私域操盘手 - 重写微信号管理

This commit is contained in:
柳清爽
2025-05-10 10:17:58 +08:00
parent 50cd82f5d3
commit c09864ee89
10 changed files with 306 additions and 204 deletions

View File

@@ -9,9 +9,9 @@ class User extends Model
{
use SoftDelete;
const ADMIN_STP = 1;
const ADMIN_STP = 1; // 主操盘手账号
const ADMIN_OTP = 0;
const NOT_USER = -1;
const NOT_USER = -1; // 非登录用户用于任务操作的S2系统专属
const MASTER_USER = 1; // 操盘手
const CUSTOMER_USER = 2; // 门店接待
const STATUS_STOP = 0; // 禁用状态