From a425f9d1b98e8ef77ae7805d24ed62fb5d6f5799 Mon Sep 17 00:00:00 2001 From: Mrs4s <1844812067@qq.com> Date: Mon, 10 Aug 2020 11:25:56 +0800 Subject: [PATCH] fix error. --- client/client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client/client.go b/client/client.go index 1cb53083..c6253876 100644 --- a/client/client.go +++ b/client/client.go @@ -118,7 +118,6 @@ func NewClientMd5(uin int64, passwordMd5 [16]byte) *QQClient { "friendlist.GetTroopMemberListReq": decodeGroupMemberListResponse, "ImgStore.GroupPicUp": decodeGroupImageStoreResponse, "PttStore.GroupPttUp": decodeGroupPttStoreResponse, - "PttStore.GroupPttDown": decodeGroupPttDownResponse, "LongConn.OffPicUp": decodeOffPicUpResponse, "ProfileService.Pb.ReqSystemMsgNew.Group": decodeSystemMsgGroupPacket, "ProfileService.Pb.ReqSystemMsgNew.Friend": decodeSystemMsgFriendPacket,