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 {
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