Merge pull request #16 from Wenw97/main

This commit is contained in:
秋葉杏
2023-09-11 20:44:19 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/tidwall/gjson"
)
const roomId = "8792912"
const roomId = 8792912
var dumps = []string{"GUARD_BUY", "USER_TOAST_MSG"}

View File

@@ -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,
}