Commit 97d335bc authored by Mrs4s's avatar Mrs4s

fix mamoe/mirai#472

parent 6abc8c17
...@@ -50,8 +50,7 @@ internal class ProfileService { ...@@ -50,8 +50,7 @@ internal class ProfileService {
GroupMngReqJce( GroupMngReqJce(
reqtype = 2, reqtype = 2,
uin = client.uin, uin = client.uin,
vecBody = client.uin.shl(32).or(Group.calculateGroupUinByGroupCode(groupCode)) vecBody = client.uin.shl(32).or(groupCode).toByteArray()
.toByteArray() // 这里可能是 code
) )
) )
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment