This commit is contained in:
yumoqing 2026-03-26 16:13:33 +08:00
parent 7906702b49
commit 9d85893231

View File

@ -265,10 +265,11 @@ row:
'status': 'ok', 'status': 'ok',
'data': [ # 返回数组 'data': [ # 返回数组
{ {
id: # 模型id id: # 模型id
name # 模型名字 name # 模型名字
model # 模型识别名 model # 模型识别名
description # 模型名字 description # 模型名字
input_fields: # 输入数据描述
} }
] ]
} }