1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00

fix group seq.

This commit is contained in:
Mrs4s 2020-08-22 22:51:51 +08:00
parent 4dc018de2b
commit 99d6f7b20d

View File

@ -137,7 +137,7 @@ func NewClientMd5(uin int64, passwordMd5 [16]byte) *QQClient {
}, },
sigInfo: &loginSigInfo{}, sigInfo: &loginSigInfo{},
requestPacketRequestId: 1921334513, requestPacketRequestId: 1921334513,
groupSeq: 22911, groupSeq: int32(rand.Intn(20000)),
friendSeq: 22911, friendSeq: 22911,
highwayApplyUpSeq: 77918, highwayApplyUpSeq: 77918,
ksid: []byte("|454001228437590|A8.2.7.27f6ea96"), ksid: []byte("|454001228437590|A8.2.7.27f6ea96"),