Merge branch 'main' of git.kaiyuancloud.cn:yumoqing/uapi
This commit is contained in:
commit
66f16d3e87
@ -1,40 +0,0 @@
|
|||||||
{
|
|
||||||
"tblname":"jsonhttpapi",
|
|
||||||
"params":{
|
|
||||||
"title":"应用api",
|
|
||||||
"description":"应用api管理,配置与外部系统的api应用接口,需要api返回json格式数据",
|
|
||||||
"sortby":"name",
|
|
||||||
"logined_userorgid":"ownerid",
|
|
||||||
"toolbar":{
|
|
||||||
"tools":[
|
|
||||||
{
|
|
||||||
"name":"test",
|
|
||||||
"icon":"test.png",
|
|
||||||
"selected_row": true,
|
|
||||||
"label":"接口测试"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"browserfields":{
|
|
||||||
"exclouded":["id", "ownerid"],
|
|
||||||
"alters":{}
|
|
||||||
},
|
|
||||||
"binds":[
|
|
||||||
{
|
|
||||||
"wid":"self",
|
|
||||||
"event":"row_selected",
|
|
||||||
"actiontype":"script",
|
|
||||||
"target":"self",
|
|
||||||
"script":"console.log('test', params);"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"wid":"self",
|
|
||||||
"event":"test",
|
|
||||||
"actiontype":"script",
|
|
||||||
"target":"self",
|
|
||||||
"script":"console.log('swith event', params);"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"editexclouded":["id", "ownerid"]
|
|
||||||
}
|
|
||||||
}
|
|
13
json/uapiset.json
Normal file
13
json/uapiset.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"tblname":"uapiset",
|
||||||
|
"params":{
|
||||||
|
"title":"API接口集",
|
||||||
|
"description":"支持的所有API接口",
|
||||||
|
"sortby":"name",
|
||||||
|
"browserfields":{
|
||||||
|
"exclouded":["id"],
|
||||||
|
"alters":{}
|
||||||
|
},
|
||||||
|
"editexclouded":["id"]
|
||||||
|
}
|
||||||
|
}
|
13
json/upappapis.json
Normal file
13
json/upappapis.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"tblname":"upappapis",
|
||||||
|
"params":{
|
||||||
|
"title":"使用api集",
|
||||||
|
"description":"此系统使用的API集",
|
||||||
|
"sortby":"name",
|
||||||
|
"browserfields":{
|
||||||
|
"exclouded":["id"],
|
||||||
|
"alters":{}
|
||||||
|
},
|
||||||
|
"editexclouded":["id"]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user