We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题。
近期抓包得到在网页端点击参与天选抽奖后,会向https://api.live.bilibili.com/xlive/lottery-interface/v1/Anchor/Join发出一个POST请求。 携带数据如下:
https://api.live.bilibili.com/xlive/lottery-interface/v1/Anchor/Join
id: aaaaaa live_statistics: {"pc_client":"pink","jumpfrom":"bbbbbb","room_category":"0","lottery_id":aaaaaa,"lottery_type":1} statistics: {"platform":0,"pc_client":"pink"} platform: pc room_id: cccccc
其中aaaaa为抽奖id bbbbbb为奖品id cccccc为房间id 还有其他的网页端常规请求携带的cookie等。
推测人气红包也会有相应的请求,只有发出请求后才会加入抽奖名单中。
目前本软件并没有相应的实现,而只是简单的发弹幕或者关注。 最近没有时间... 希望有大佬可以修复一下
进行常规抽奖流程
加入此功能实现
No response
Github/其他Github镜像站
我更擅长发现问题
The text was updated successfully, but these errors were encountered:
直播间 抽奖、弹幕延迟、醒目留言、舰长信息、各类其他小问题综合修复与优化 (#651)
a48d2ca
1. 红包/天选实际加入api 5cce86e fix #566 2. 央视新闻等官方直播间有问题 90c11d6 fix #647 3. 自己弹幕加框 3a0ba22 4. 自己和主播的弹幕特殊化 328bd45 5. 弹幕延迟修复 79fd1df fix #633 6. 个人主页点击进入直播间按钮fix 8bdc79b fix (在无直播间的用户主页还能看到直播间按钮) 7. 区别续费与新舰长 c1a96f6 8. 支持调整对齐方式 1299633 9. SuperChat加入弹幕与chatList & 天选红包信息加入屏蔽 & 禁言观众历史发言展示 & chat栏自动滚动优化 2a4b182
ywmoyue
Successfully merging a pull request may close this issue.
Bug 描述
如题。
近期抓包得到在网页端点击参与天选抽奖后,会向
https://api.live.bilibili.com/xlive/lottery-interface/v1/Anchor/Join
发出一个POST请求。携带数据如下:
其中aaaaa为抽奖id
bbbbbb为奖品id
cccccc为房间id
还有其他的网页端常规请求携带的cookie等。
推测人气红包也会有相应的请求,只有发出请求后才会加入抽奖名单中。
目前本软件并没有相应的实现,而只是简单的发弹幕或者关注。
最近没有时间... 希望有大佬可以修复一下
操作步骤
期望结果
加入此功能实现
截图
No response
日志
No response
已定位描述
No response
应用来源
Github/其他Github镜像站
安装方式
No response
其它来源
No response
系统版本
No response
其它系统版本
No response
设备类型
No response
设备架构
No response
应用架构
No response
备注
No response
代码贡献
我更擅长发现问题
The text was updated successfully, but these errors were encountered: