add sms authorization

This commit is contained in:
2025-06-03 12:24:15 +08:00
parent bebabce346
commit acd0dd5b9c
13 changed files with 252 additions and 90 deletions

View File

@@ -21,10 +21,10 @@ const config = {
targetDir: '../../app/user/model',
// 表名列表
tables: [
'agent',
// 'agent',
// 'agent_active_stat',
'agent_audit',
'agent_real_name'
// 'agent_audit',
// 'agent_real_name'
// 'agent_closure',
// 'agent_commission',
// 'agent_commission_deduction',
@@ -47,7 +47,7 @@ const config = {
// 'user',
// 'user_auth',
// 'example',
// 'authorization',
'authorization',
// 'authorization_face'
]
};

View File

@@ -49,10 +49,10 @@ $TARGET_DIR = "../../app/user/model"
# 表名列表 - 每个元素后必须有逗号分隔
$tables = @(
"agent",
# "agent",
# "agent_active_stat",
"agent_audit",
"agent_real_name"
# "agent_audit",
# "agent_real_name"
# "agent_closure",
# "agent_commission",
# "agent_commission_deduction",
@@ -75,7 +75,7 @@ $tables = @(
# "user",
# "user_auth",
# "example",
# "authorization",
"authorization"
# "authorization_face"
)