Skip to content

Commit aecbbdb

Browse files
authored
Merge pull request #1217 from Warma10032/master
fix: 补充获取AI总结内容API需要的Cookie认证
2 parents d2a0ab5 + 1467091 commit aecbbdb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/video/summary.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
99
*请求方式: GET*
1010

11+
认证方式:Cookie(SESSDATA)
12+
1113
鉴权方式:[Wbi 签名](../misc/sign/wbi.md)
1214

1315
**url参数:**
@@ -27,7 +29,7 @@
2729

2830
| 字段 | 类型 | 内容 | 备注 |
2931
|---------|-----|------|--------------------------|
30-
| code | num | 返回值 | 0: 成功<br />-400:请求错误<br /> -403: 访问权限不足 |
32+
| code | num | 返回值 | 0: 成功<br />-101: 账号未登录<br />-400:请求错误<br /> -403: 访问权限不足 |
3133
| message | str | 错误信息 | 默认为0 |
3234
| ttl | num | 1 | |
3335
| data | obj | 数据本体 | |

0 commit comments

Comments
 (0)