This commit is contained in:
Mrs4s 2020-07-31 12:28:40 +08:00
parent 6abc8c17e4
commit 97d335bc55

View File

@ -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()
)
)
)