返回提交历史
Modified
docs/dynamic/space.md
+6
-2
XFEstudio/bilibili-API-collect
feat(dynamic/space.md): dm_img desc
44f77f1
代码差异
1 个文件
+6
-2
@@ -7,7 +7,7 @@
7
7
*请求方法: GET*
8
8
9
9
鉴权方式:
10
* 未登录: 请求标头 `User-Agent` 字段, `Cookie` 需含已激活的 `buvid3`
10
* 未登录: 请求标头 `User-Agent` 字段, `Cookie` 需含 `buvid3`; WBI 签名, `dm_img` 系列风控
11
11
* 已登录: 请求标头 `Cookie` 含有效 `SESSDATA`
12
12
13
13
注: 该接口现在有一些奇奇怪怪的校验, 存在一定运气成分, 参见 [#686](https://github.com/SocialSisterYi/bilibili-API-collect/issues/686), 所以建议您还是登录吧~
@@ -22,7 +22,11 @@
22
22
| platform | string | 平台 | 不必要 | 如 `web` |
23
23
| features | string | 功能 | 不必要 | 留空为空, 默认为 `itemOpusStyle,listOnlyfans,opusBigCover,onlyfansVote,forwardListHidden,decorationCard,commentsNewVersion,onlyfansAssetsV2,ugcDelete,onlyfansQaCard`, 参见 [功能模块](../opus/features.md#features) |
24
24
| web_location | string | `333.1387` | 不必要 | |
25
| dm_img_switch | number | `0` | 不必要 | |
25
| dm_img_switch | number | `0` | 不必要 | 仅登录时存在 |
26
| dm_img_list | object[] | `dm_img` 系列风控 | 不必要 | 仅未登录时存在 |
27
| dm_img_str | string | `dm_img` 系列风控 | 不必要 | 仅未登录时存在 |
28
| dm_cover_img_str | string | `dm_img` 系列风控 | 不必要 | 仅未登录时存在 |
29
| dm_img_inter | object | `dm_img` 系列风控 | 不必要 | 仅未登录时存在 |
26
30
| x-bili-device-req-json | object | `{"platform":"web","device":"pc"}` | 不必要 | |
27
31
| x-bili-web-req-json | object | `{"spm_id":"333.1387"}` | 不必要 | |
28
32
| w_rid | string | WBI 签名 | 不必要 | 参见 [WBI 签名](../misc/sign/wbi.md) |