]> 127.0.0.1 Git - bili_danmu/.git/commitdiff
VTR_GIFT_LOTTERY
authorqydysky <qydysky@foxmail.com>
Wed, 20 Jan 2021 08:53:40 +0000 (16:53 +0800)
committerqydysky <qydysky@foxmail.com>
Wed, 20 Jan 2021 08:53:40 +0000 (16:53 +0800)
Reply/ws_msg/VTR_GIFT_LOTTERY.go [new file with mode: 0644]

diff --git a/Reply/ws_msg/VTR_GIFT_LOTTERY.go b/Reply/ws_msg/VTR_GIFT_LOTTERY.go
new file mode 100644 (file)
index 0000000..27f87a5
--- /dev/null
@@ -0,0 +1,24 @@
+package part
+
+type VTR_GIFT_LOTTERY struct {
+       Cmd string `json:"cmd"`
+       Data struct {
+               Dark_highlight_col int `json:"dark_highlight_col"`
+        Highlight_col int `json:"highlight_col"`
+        Interact_msg int `json:"interact_msg"`
+        Room_id string `json:"room_id"`
+       Toast_msg int `json:"toast_msg"`
+       } `json:"data"`
+}
+/*
+{
+    "cmd": "VTR_GIFT_LOTTERY",
+    "data": {
+        "dark_highlight_col": "#000000",
+        "highlight_col": "#000000",
+        "interact_msg": "恭喜和铜肆年赠送银色闪耀魔盒触发银色闪耀魔盒!+活动积分100分!",
+        "room_id": 5050,
+        "toast_msg": ""
+    }
+}
+*/
\ No newline at end of file