add sms authorization
This commit is contained in:
@@ -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'
|
||||
]
|
||||
};
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user