From 9d85893231673625d91758bf55a57c5ef0773994 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 26 Mar 2026 16:13:33 +0800 Subject: [PATCH] bugfix --- wwwroot/API.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wwwroot/API.md b/wwwroot/API.md index c2dadd5..331801a 100644 --- a/wwwroot/API.md +++ b/wwwroot/API.md @@ -265,10 +265,11 @@ row: 'status': 'ok', 'data': [ # 返回数组 { - id: # 模型id - name: # 模型名字 + id: # 模型id + name: # 模型名字 model: # 模型识别名 description: # 模型名字 + input_fields: # 输入数据描述 } ] }