mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-07 17:27:12 +08:00
fix mamoe/mirai#472
This commit is contained in:
parent
6abc8c17e4
commit
97d335bc55
@ -50,8 +50,7 @@ internal class ProfileService {
|
||||
GroupMngReqJce(
|
||||
reqtype = 2,
|
||||
uin = client.uin,
|
||||
vecBody = client.uin.shl(32).or(Group.calculateGroupUinByGroupCode(groupCode))
|
||||
.toByteArray() // 这里可能是 code
|
||||
vecBody = client.uin.shl(32).or(groupCode).toByteArray()
|
||||
)
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user