uapi/json/jsonhttpapi.json
2025-05-06 17:56:45 +08:00

41 lines
802 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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"]
}
}