uapi/json/upapp.json

69 lines
1.2 KiB
JSON

{
"tblname":"upapp",
"params":{
"title":"上位系统",
"description":"上位系统",
"sortby":"name",
"logined_userorgid":"ownerid",
"confidential_fields":["secretkey"],
"toolbar":{
"tools":[
{
"name":"jumpin",
"label":"跳转到",
"selected_data":true
},
{
"name":"copy_api",
"label":"复制API"
}
]
},
"binds":[
{
"wid":"self",
"event":"jumpin",
"actiontype":"urlwidget",
"target":"self",
"options":{
"url":"{{entire_url('/uapi/jump_in.dspy')}}"
}
},
{
"wid":"self",
"event":"copy_api",
"actiontype":"urlwidget",
"target":"PopupWindow",
"popup_options":{
"title":"复制API到其他上位系统",
"dismiss_events":["cancel","submited"],
"height":"auto",
"width":"500px"
},
"options":{
"method":"GET",
"params":{},
"url":"{{entire_url('../copy_uapi.ui')}}"
}
}
],
"browserfields":{
"exclouded":["ownerid"],
"alters":{}
},
"editexclouded":["ownerid"],
"subtables":[
{
"field":"upappid",
"subtable":"upappkey",
"title":"APIKEY"
},
{
"field":"upappid",
"subtable":"uapi",
"title":"API"
}
]
}
}