diff --git a/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/packet/list/FriendListPacket.kt b/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/packet/list/FriendListPacket.kt index accc02357..0e7aa84b4 100644 --- a/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/packet/list/FriendListPacket.kt +++ b/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/packet/list/FriendListPacket.kt @@ -52,7 +52,7 @@ internal class FriendList { GetTroopMemberListReq.serializer(), GetTroopMemberListReq( uin = client.uin, - groupCode = targetGroupId, + groupCode = targetGroupCode, groupUin = targetGroupId, nextUin = nextUin, reqType = 0,