mirror of
https://github.com/AynaLivePlayer/blivedm-go.git
synced 2025-12-06 11:22:50 +08:00
Merge pull request #16 from Wenw97/main
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"github.com/tidwall/gjson"
|
||||
)
|
||||
|
||||
const roomId = "8792912"
|
||||
const roomId = 8792912
|
||||
|
||||
var dumps = []string{"GUARD_BUY", "USER_TOAST_MSG"}
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ func NewEnterPacket(uid int, buvid string, roomID int, key string) []byte {
|
||||
Buvid: buvid,
|
||||
RoomID: roomID,
|
||||
ProtoVer: 3,
|
||||
Platform: "web",
|
||||
Platform: "danmuji",
|
||||
Type: 2,
|
||||
Key: key,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user