mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-07 17:52:23 +08:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
1d07650d52
@ -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