94 lines
2.0 KiB
JSON
94 lines
2.0 KiB
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "userapikey",
|
|
"title": "用户api密码表",
|
|
"primary": [
|
|
"id"
|
|
]
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "providerid",
|
|
"title": "供应商id",
|
|
"type": "str",
|
|
"length": 200
|
|
},
|
|
{
|
|
"name": "ownerid",
|
|
"title": "属主id",
|
|
"type": "str",
|
|
"length": 32,
|
|
"default": "0"
|
|
},
|
|
{
|
|
"name": "apikey",
|
|
"title": "api密钥",
|
|
"type": "str",
|
|
"length": 4000,
|
|
"default": "0"
|
|
},
|
|
{
|
|
"name": "secretkey",
|
|
"title": "附属密钥",
|
|
"type": "str",
|
|
"length": 4000
|
|
},
|
|
{
|
|
"name": "rfname",
|
|
"title": "函数名",
|
|
"type": "str",
|
|
"length": 400
|
|
},
|
|
{
|
|
"name": "apiuser",
|
|
"title": "api用户",
|
|
"type": "str",
|
|
"length": 100
|
|
},
|
|
{
|
|
"name": "apipasswd",
|
|
"title": "api密码",
|
|
"type": "str",
|
|
"length": 32
|
|
}
|
|
],
|
|
"indexes": [
|
|
{
|
|
"name": "idx1",
|
|
"idxtype": "unique",
|
|
"idxfields": [
|
|
"providerid",
|
|
"customerid"
|
|
]
|
|
},
|
|
{
|
|
"name": "idx2",
|
|
"idxtype": "index",
|
|
"idxfields": [
|
|
"customerid"
|
|
]
|
|
}
|
|
],
|
|
"codes": [
|
|
{
|
|
"field": "providerid",
|
|
"table": "organization",
|
|
"valuefield": "id",
|
|
"textfield": "orgname"
|
|
},
|
|
{
|
|
"field": "ownerid",
|
|
"table": "organization",
|
|
"valuefield": "id",
|
|
"textfield": "orgname"
|
|
}
|
|
]
|
|
} |