Commit 1d07650d authored by Him188's avatar Him188

Merge remote-tracking branch 'origin/dev' into dev

parents 0f9ababd 928c91a0
...@@ -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