- New table rl_app_user for application tracking - APIs: rl_apply, rl_verify, rl_upload, rl_status, rl_check_app_status - Ops CRUD for managing applications and keys - Multi-vendor support reserved via vendor field
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"tblname": "rl_app_user",
|
|
"alias": "rl_app_user_list",
|
|
"title": "真人素材申请管理",
|
|
"params": {
|
|
"logined_userorgid": "org_id",
|
|
"browserfields": {
|
|
"id": {
|
|
"title": "ID",
|
|
"widgettype": "Text"
|
|
},
|
|
"downapp_id": {
|
|
"title": "用户ID",
|
|
"widgettype": "Text"
|
|
},
|
|
"vendor": {
|
|
"title": "供应商",
|
|
"widgettype": "Text"
|
|
},
|
|
"status": {
|
|
"title": "状态",
|
|
"widgettype": "Text"
|
|
},
|
|
"callback_url": {
|
|
"title": "回调URL",
|
|
"widgettype": "Text"
|
|
},
|
|
"create_time": {
|
|
"title": "申请时间",
|
|
"widgettype": "Text"
|
|
},
|
|
"update_time": {
|
|
"title": "更新时间",
|
|
"widgettype": "Text"
|
|
}
|
|
},
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('../api/rl_app_user_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('../api/rl_app_user_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('../api/rl_app_user_delete.dspy')}}"
|
|
}
|
|
}
|
|
} |