From 8999883d9264d77a90511e4e073802e2ab8e9314 Mon Sep 17 00:00:00 2001 From: Dimole Date: Sat, 27 Aug 2022 23:39:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20MacOS=20=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新 SubAppId 来自 https://github.com/takayama-lily/oicq/pull/418 --- client/internal/auth/auth.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/internal/auth/auth.go b/client/internal/auth/auth.go index 48c33757..23794f21 100644 --- a/client/internal/auth/auth.go +++ b/client/internal/auth/auth.go @@ -77,8 +77,8 @@ func (i Protocol) Version() *AppVersion { case MacOS: return &AppVersion{ ApkId: "com.tencent.minihd.qq", - AppId: 537064315, - SubAppId: 537064315, + AppId: 537128930, + SubAppId: 537128930, SortVersionName: "5.8.9", BuildTime: 1595836208, ApkSign: []byte{170, 57, 120, 244, 31, 217, 111, 249, 145, 74, 102, 158, 24, 100, 116, 199},