bugfix
This commit is contained in:
parent
7906702b49
commit
9d85893231
@ -265,10 +265,11 @@ row:
|
|||||||
'status': 'ok',
|
'status': 'ok',
|
||||||
'data': [ # 返回数组
|
'data': [ # 返回数组
|
||||||
{
|
{
|
||||||
id: # 模型id
|
id: # 模型id
|
||||||
name: # 模型名字
|
name: # 模型名字
|
||||||
model: # 模型识别名
|
model: # 模型识别名
|
||||||
description: # 模型名字
|
description: # 模型名字
|
||||||
|
input_fields: # 输入数据描述
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user