70 lines
1.5 KiB
JSON
70 lines
1.5 KiB
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "minimax_acc",
|
|
"title": "minimax账号",
|
|
"primary": [
|
|
"id"
|
|
]
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "userid",
|
|
"title": "用户id",
|
|
"type": "str",
|
|
"length": 100
|
|
},
|
|
{
|
|
"name": "acc_id",
|
|
"title": "minimax账号id",
|
|
"type": "str",
|
|
"length": 100
|
|
},
|
|
{
|
|
"name": "acc_name",
|
|
"title": "账号名称",
|
|
"type": "str",
|
|
"length": 300
|
|
},
|
|
{
|
|
"name": "password",
|
|
"title": "账号密码",
|
|
"type": "str",
|
|
"length": 100
|
|
},
|
|
{
|
|
"name": "apikey",
|
|
"title": "账号apikey",
|
|
"type": "str",
|
|
"length": 4000
|
|
},
|
|
{
|
|
"name": "groupid",
|
|
"title": "组号",
|
|
"type": "str",
|
|
"length": 100
|
|
},
|
|
{
|
|
"name": "acc_status",
|
|
"title": "账号状态",
|
|
"type": "short",
|
|
"default": 0
|
|
}
|
|
],
|
|
"indexes": [
|
|
{
|
|
"name": "idx1",
|
|
"idxtype": "unique",
|
|
"idxfields": [
|
|
"userid"
|
|
]
|
|
}
|
|
]
|
|
} |