Update history.md (#399)

对其中的获取历史记录列表中的部分标识错误进行了修改
部分list被错标成了tab
This commit is contained in:
wisokey 2022-06-20 13:44:38 +08:00 committed by GitHub
parent 7cba209c03
commit 7f679cc928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@
| type | str | 类型 | |
| name | str | 类型名 | |
`data`中的`tab`数组:
`data`中的`list`数组:
| 项 | 类型 | 内容 | 备注 |
| ---- | ---- | --------------- | ---------------- |
@ -79,7 +79,7 @@
| n | obj | 历史记录n+1 | 按照查看顺序排列 |
| …… | obj | | |
`tab`数组中的对象:
`list`数组中的对象:
| 字段 | 类型 | 内容 | 备注 |
| ----------- | ------------------------------- | -------------------- | ---------------------------------------- |
@ -107,7 +107,7 @@
| tag_name | str | 子分区名 | 用于稿件视频和直播 |
| live_status | num | 直播状态 | 仅用于直播<br />0未开播<br />1已开播 |
`tab`数组中的对象中的`covers`数组:
`list`数组中的对象中的`covers`数组:
| 项 | 类型 | 内容 | 备注 |
| ---- | ---- | --------------- | ---- |
@ -115,7 +115,7 @@
| n | str | 封面图片n+1 | |
| …… | str | …… | |
`tab`数组中的对象中的`history`对象:
`list`数组中的对象中的`history`对象:
| 字段 | 类型 | 内容 | 备注 |
| -------- | ---- | ------------------- | ------------------------------------------------------------ |