增加直播弹幕推送流中的 GUARD_MSG, ROOM_BLOCK_MSG, ROOM_SILENT_OFF, WISH_BOTTLE 数据包的支持

This commit is contained in:
czp
2018-02-10 01:36:36 +08:00
parent 803290932d
commit 33c8c8ad6f
29 changed files with 490 additions and 120 deletions

View File

@@ -0,0 +1,4 @@
{
"cmd": "GUARD_MSG",
"msg": "乘客 :?想不想joice:? 成功购买1313366房间总督船票1张欢迎登船"
}

View File

@@ -0,0 +1,6 @@
{
"cmd": "ROOM_BLOCK_MSG",
"uid": "60244207",
"uname": "承包rose",
"roomid": 5279
}

View File

@@ -0,0 +1,5 @@
{
"cmd": "ROOM_SILENT_OFF",
"data": [],
"roomid": "29434"
}

View File

@@ -0,0 +1,23 @@
{
"cmd": "WISH_BOTTLE",
"data": {
"action": "update",
"id": 1832,
"wish": {
"id": 1832,
"uid": 110631,
"type": 1,
"type_id": 7,
"wish_limit": 99999,
"wish_progress": 14381,
"status": 1,
"content": "女装直播",
"ctime": "2018-01-12 17:25:58",
"count_map": [
1,
3,
5
]
}
}
}