更新关注类互动弹幕参数

This commit is contained in:
SocialSisterYi 2020-11-28 13:06:00 +08:00
parent 269f25091f
commit 7397fccdcd
3 changed files with 15 additions and 13 deletions

View File

@ -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 | **作用尚不明确** |

View File

@ -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关注+三联 |
**示例:**

View File

@ -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`