mirror of
https://github.com/AynaLivePlayer/blivedm-go.git
synced 2026-05-19 09:05:48 +08:00
✨ 添加 HOT_RANK_SETTLEMENT
This commit is contained in:
@@ -115,6 +115,8 @@ func (c *Client) Handle(p packet.Packet) {
|
||||
case "HOT_RANK_CHANGED":
|
||||
case "HOT_RANK_CHANGED_V2":
|
||||
case "COMMON_NOTICE_DANMAKU":
|
||||
case "HOT_RANK_SETTLEMENT":
|
||||
case "HOT_RANK_SETTLEMENT_V2":
|
||||
default:
|
||||
//log.Infof("cmd %s, %s", p.Body, cmd)
|
||||
log.WithField("data", string(p.Body)).Warn("unknown cmd")
|
||||
|
||||
Reference in New Issue
Block a user