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