bugfix
This commit is contained in:
parent
c2057a8a54
commit
7906702b49
@ -261,13 +261,24 @@ row:
|
|||||||
```
|
```
|
||||||
* response
|
* response
|
||||||
```
|
```
|
||||||
[ # 返回数组
|
|
||||||
{
|
{
|
||||||
id: # 模型id
|
'status': 'ok',
|
||||||
name: # 模型名字
|
'data': [ # 返回数组
|
||||||
model: # 模型识别名
|
{
|
||||||
description: # 模型名字
|
id: # 模型id
|
||||||
|
name: # 模型名字
|
||||||
|
model: # 模型识别名
|
||||||
|
description: # 模型名字
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
|
||||||
```
|
```
|
||||||
|
或
|
||||||
|
```
|
||||||
|
{
|
||||||
|
"status": "error",
|
||||||
|
"data": {
|
||||||
|
"message": # 出错信息
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user