82 lines
1.8 KiB
JSON
82 lines
1.8 KiB
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "upapp",
|
|
"title": "外部系统",
|
|
"primary": [
|
|
"id"
|
|
]
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "name",
|
|
"title": "上位应用名",
|
|
"type": "str",
|
|
"length": 200
|
|
},
|
|
{
|
|
"name": "description",
|
|
"title": "描述",
|
|
"type": "text",
|
|
"default": "0"
|
|
},
|
|
{
|
|
"name": "ownerid",
|
|
"title": "所属机构",
|
|
"type": "str",
|
|
"length": 32,
|
|
"nullable": "yes"
|
|
},
|
|
{
|
|
"name": "apisetid",
|
|
"title": "api集id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "secretkey",
|
|
"title": "加密密钥",
|
|
"type": "str",
|
|
"length": 100
|
|
},
|
|
{
|
|
"name": "baseurl",
|
|
"title": "系统url",
|
|
"type": "str",
|
|
"length": 500
|
|
},
|
|
{
|
|
"name": "myappid",
|
|
"title": "我的appid",
|
|
"type": "str",
|
|
"length": 100
|
|
},
|
|
{
|
|
"name": "dynamic_func",
|
|
"title": "动态headers函数",
|
|
"type": "str",
|
|
"length": 255
|
|
}
|
|
],
|
|
"codes": [
|
|
{
|
|
"field": "ownerid",
|
|
"table": "organization",
|
|
"valuefield": "id",
|
|
"textfield": "orgname"
|
|
},
|
|
{
|
|
"field": "apisetid",
|
|
"table": "uapiset",
|
|
"valuefield": "id",
|
|
"textfield": "name"
|
|
}
|
|
]
|
|
} |