新增代理实名认证和授权
This commit is contained in:
46
deploy/script/config.json
Normal file
46
deploy/script/config.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"model": {
|
||||
"dbUrl": "qnc:5vg67b3UNHu8@tcp(127.0.0.1:21001)/qnc",
|
||||
"outputDir": "./model",
|
||||
"templateDir": "../template",
|
||||
"targetDir": "../../app/user/model",
|
||||
"tables": [
|
||||
"agent",
|
||||
"agent_audit",
|
||||
"agent_real_name"
|
||||
],
|
||||
"disabledTables": [
|
||||
"agent_active_stat",
|
||||
"agent_closure",
|
||||
"agent_commission",
|
||||
"agent_commission_deduction",
|
||||
"agent_link",
|
||||
"agent_membership_config",
|
||||
"agent_membership_recharge_order",
|
||||
"agent_membership_user_config",
|
||||
"agent_order",
|
||||
"agent_platform_deduction",
|
||||
"agent_product_config",
|
||||
"agent_rewards",
|
||||
"agent_wallet",
|
||||
"agent_withdrawal",
|
||||
"feature",
|
||||
"global_notifications",
|
||||
"order",
|
||||
"product",
|
||||
"product_feature",
|
||||
"query",
|
||||
"user",
|
||||
"user_auth",
|
||||
"example",
|
||||
"authorization",
|
||||
"authorization_face"
|
||||
]
|
||||
},
|
||||
"api": {
|
||||
"apiFile": "./app/user/cmd/api/desc/main.api",
|
||||
"outputDir": "./app/user/cmd/api",
|
||||
"templateDir": "./deploy/template",
|
||||
"useStyle": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user