mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2024-12-28 05:20:07 +08:00
更新关注类互动弹幕参数
This commit is contained in:
parent
269f25091f
commit
7397fccdcd
@ -2366,7 +2366,7 @@ curl -G 'http://api.bilibili.com/x/v2/reply' \
|
||||
| hots | 禁用时:null<br />正常时:array | 热评根列表 | |
|
||||
| notice | 无效时:null<br />有效时:obj | 评论区公告信息 | |
|
||||
| replies | 禁用时:null<br />正常时:array | 评论根列表 | |
|
||||
| top | obj | - | **作用尚不明确** |
|
||||
| top | obj | 置顶评论 | |
|
||||
| lottery_card | null | - | **作用尚不明确** |
|
||||
| folder | obj | ??? | **作用尚不明确** |
|
||||
| assist | num | 0 | **作用尚不明确** |
|
||||
|
@ -198,12 +198,13 @@ curl 'http://api.bilibili.com/x/v2/dm/post' \
|
||||
|
||||
类型为【视频内嵌引导关注按钮】时:
|
||||
|
||||
| 字段 | 类型 | 内容 | 备注 |
|
||||
| -------- | ---- | ----------- | ---------------------------------- |
|
||||
| duration | num | 持续时间 | 单位为毫秒 |
|
||||
| posX | num | X坐标 | 区间:[118-549] |
|
||||
| posY | num | Y坐标 | 区间:[82-293] |
|
||||
| icon | str | 按钮图片url | 不应该是关注按钮吗,但这个是圆形的 |
|
||||
| 字段 | 类型 | 内容 | 备注 |
|
||||
| -------- | ---- | ------------ | ------------------------------------------ |
|
||||
| duration | num | 持续时间 | 单位为毫秒 |
|
||||
| posX | num | X坐标 | 区间:[118-549] |
|
||||
| posY | num | Y坐标 | 区间:[82-293] |
|
||||
| icon | str | 按钮图片url | 不应该是关注按钮吗,但这个是圆形的 |
|
||||
| type | num | 关注按钮类型 | 0:仅关注<br />1:仅三联<br />2:关注+三联 |
|
||||
|
||||
**示例:**
|
||||
|
||||
|
@ -99,12 +99,13 @@
|
||||
|
||||
类型为【视频内嵌引导关注按钮】时:
|
||||
|
||||
| 字段 | 类型 | 内容 | 备注 |
|
||||
| -------- | ---- | ----------- | ---------------------------------- |
|
||||
| duration | num | 持续时间 | 单位为毫秒 |
|
||||
| posX | num | X坐标 | 区间:[118-549] |
|
||||
| posY | num | Y坐标 | 区间:[82-293] |
|
||||
| icon | str | 按钮图片url | 不应该是关注按钮吗,但这个是圆形的 |
|
||||
| 字段 | 类型 | 内容 | 备注 |
|
||||
| -------- | ---- | ------------ | ------------------------------------------ |
|
||||
| duration | num | 持续时间 | 单位为毫秒 |
|
||||
| posX | num | X坐标 | 区间:[118-549] |
|
||||
| posY | num | Y坐标 | 区间:[82-293] |
|
||||
| icon | str | 按钮图片url | 不应该是关注按钮吗,但这个是圆形的 |
|
||||
| type | num | 关注按钮类型 | 0:仅关注<br />1:仅三联<br />2:关注+三联 |
|
||||
|
||||
消息`dmSetting`:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user