From b8f6dadd53b80bf2238313900d1bc2d1f8b6190e Mon Sep 17 00:00:00 2001 From: Mrs4s Date: Sun, 5 Mar 2023 17:59:02 +0800 Subject: [PATCH] update protocol version --- client/internal/auth/auth.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/client/internal/auth/auth.go b/client/internal/auth/auth.go index 5e61d35a..14d52439 100644 --- a/client/internal/auth/auth.go +++ b/client/internal/auth/auth.go @@ -63,9 +63,9 @@ type AppVersion struct { var ( aPhone = &AppVersion{ ApkId: "com.tencent.mobileqq", - AppId: 537143097, - SubAppId: 537143097, - SortVersionName: "8.9.23.9425", + AppId: 537151682, + SubAppId: 537151682, + SortVersionName: "8.9.33.10335", BuildTime: 1640921786, ApkSign: []byte{0xA6, 0xB7, 0x45, 0xBF, 0x24, 0xA2, 0xC2, 0x77, 0x52, 0x77, 0x16, 0xF6, 0xF3, 0x6E, 0xB6, 0x8D}, SdkVersion: "6.0.0.2530", @@ -80,9 +80,9 @@ var ( aPad = &AppVersion{ ApkId: "com.tencent.mobileqq", - AppId: 537142586, - SubAppId: 537142586, - SortVersionName: "8.9.23.9425", + AppId: 537151218, + SubAppId: 537151218, + SortVersionName: "8.9.33.10335", BuildTime: 1640921786, ApkSign: []byte{0xA6, 0xB7, 0x45, 0xBF, 0x24, 0xA2, 0xC2, 0x77, 0x52, 0x77, 0x16, 0xF6, 0xF3, 0x6E, 0xB6, 0x8D}, SdkVersion: "6.0.0.2530",