Commit 97d335bc authored by Mrs4s's avatar Mrs4s

fix mamoe/mirai#472

parent 6abc8c17
......@@ -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()
)
)
)
......
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