-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
[新增/更新请求] 直播间信息流cmd "ANCHOR_ECOLOGY_LIVING_DIALOG"、"CUT_OFF_V2"等,共4个 #1139
Comments
抓到了新的警告数据包,要不要也放在这个issue里… |
可以的 |
pskdje
referenced
this issue
in pskdje/bili-tol-gs
Nov 15, 2024
pararg增加位置参数args,用于调试和测试模块驱接 等完全确定了再更新默认的colir_cmd_handle吧 (但愿不要忘了)
pskdje
changed the title
[新增/更新请求] 直播间信息流cmd "ANCHOR_ECOLOGY_LIVING_DIALOG"
[新增/更新请求] 直播间信息流cmd "ANCHOR_ECOLOGY_LIVING_DIALOG" "CUT_OFF_V2"
Nov 15, 2024
cmd
|
名称 | 类型 | 推测 |
---|---|---|
timestamp | int | 秒时间戳 |
cut_off_version | num | 推测: 版本 |
cut_off_data | object | 弹窗内容 |
data.cut_off_data
名称 | 类型 | 推测 |
---|---|---|
cut_off_title | str | 窗口标题 |
cut_off_message_list | array | 窗口内容列表 |
cut_off_tip_list | array | 窗口提示列表 |
cut_off_button_list | array | 窗口按钮列表 |
data.cut_off_data.cut_off_message_list
与ANCHOR_ECOLOGY_LIVING_DIALOG
的data.dialog_message_list
相同。
data.cut_off_data.cut_off_tip_list
与ANCHOR_ECOLOGY_LIVING_DIALOG
的data.dialog_tip_list
相同。
data.cut_off_data.cut_off_button_list
与ANCHOR_ECOLOGY_LIVING_DIALOG
的data.dialog_button_list
相同。
cmd
|
名称 | 类型 | 推测 |
---|---|---|
msg | str | 被封为房管的那位用户显示的提示 |
uid | int | 用户uid |
cmd ROOM_ADMIN_REVOKE
当撤销某位用户的房管权限时下发此包。
撤销bishi房管:
{
"cmd": "ROOM_ADMIN_REVOKE",
"msg": "撤销房管",
"uid": 1
}
名称 | 类型 | 推测 |
---|---|---|
uid | int | 用户uid |
pskdje
changed the title
[新增/更新请求] 直播间信息流cmd "ANCHOR_ECOLOGY_LIVING_DIALOG" "CUT_OFF_V2"
[新增/更新请求] 直播间信息流cmd "ANCHOR_ECOLOGY_LIVING_DIALOG"、"CUT_OFF_V2"等,共4个
Nov 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
提交前请确认
API 来源
Web 端(含 h5)
API 类型
长连接数据帧(含 ws、TCP)
API 地址
https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/docs/live/message_stream.md
详情描述
直播间收到警告的时候获得了该数据包。
cmd "ANCHOR_ECOLOGY_LIVING_DIALOG"
数据包正文
部分字段推测
data
data.dialog_message_list
中的内部对象1:标签内容对
data.dialog_tip_list
中的内部对象show_platform
似乎为要显示设备的指代,一个数字数组,3
或4
有一个是指代网页直播姬(也可能是全部)。message_list
提示信息列表,网页直播姬是统一合成一行。(下面列表为该对象的)1:纯文本
2:链接
type===1
时为空字符串data.dialog_button_list
中的内部对象附注
原文件手贱变成锟斤拷了,现在这些中文文本都是通过回放复原的。其它cmd索引
CUT_OFF_V2
room_admin_entrance
和ROOM_ADMIN_REVOKE
The text was updated successfully, but these errors were encountered: