fix: 修复 为保护用户隐私,未登录无法查看他人昵称

This commit is contained in:
wangwen
2023-09-11 18:45:17 +08:00
parent 50502af7c0
commit a43a4b2527
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,
}