From 08979eb8322e67c05973332ea23c17c70b97012f Mon Sep 17 00:00:00 2001 From: Mrs4s Date: Sun, 19 Mar 2023 16:50:56 +0800 Subject: [PATCH] update android watch protocol --- client/internal/auth/auth.go | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/client/internal/auth/auth.go b/client/internal/auth/auth.go index 74c2f4a7..1ee577d8 100644 --- a/client/internal/auth/auth.go +++ b/client/internal/auth/auth.go @@ -59,17 +59,19 @@ var ( }, AndroidWatch: { ApkId: "com.tencent.qqlite", - AppId: 537064446, - SubAppId: 537064446, - SortVersionName: "2.0.5", + AppId: 537065138, + SubAppId: 537065138, + SortVersionName: "2.0.8", BuildTime: 1559564731, ApkSign: []byte{0xA6, 0xB7, 0x45, 0xBF, 0x24, 0xA2, 0xC2, 0x77, 0x52, 0x77, 0x16, 0xF6, 0xF3, 0x6E, 0xB6, 0x8D}, - SdkVersion: "6.0.0.236", + SdkVersion: "6.0.0.2365", SSOVersion: 5, MiscBitmap: 16252796, SubSigmap: 0x10400, - MainSigMap: WLOGIN_STWEB | WLOGIN_A2 | WLOGIN_ST | WLOGIN_SKEY | WLOGIN_D2 | WLOGIN_PSKEY | WLOGIN_DA2, // 34869472 - Protocol: AndroidWatch, + MainSigMap: WLOGIN_A5 | WLOGIN_RESERVED | WLOGIN_STWEB | WLOGIN_A2 | WLOGIN_ST | + WLOGIN_LSKEY | WLOGIN_SKEY | WLOGIN_SIG64 | 1<<16 | WLOGIN_VKEY | WLOGIN_D2 | + WLOGIN_SID | WLOGIN_PSKEY | WLOGIN_AQSIG | WLOGIN_LHSIG | WLOGIN_PAYTOKEN, // 16724722 + Protocol: AndroidWatch, }, IPad: { ApkId: "com.tencent.minihd.qq",