1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 19:17:38 +08:00

Fix IPad Protocol login error

This commit is contained in:
weilinfox 2022-10-28 15:44:29 +08:00
parent d3b8c5f700
commit 18cc29b241

View File

@ -62,9 +62,9 @@ func (i Protocol) Version() *AppVersion {
case IPad: case IPad:
return &AppVersion{ return &AppVersion{
ApkId: "com.tencent.minihd.qq", ApkId: "com.tencent.minihd.qq",
AppId: 537097188, AppId: 537118796,
SubAppId: 537097188, SubAppId: 537118796,
SortVersionName: "8.8.35", SortVersionName: "5.9.3",
BuildTime: 1595836208, BuildTime: 1595836208,
ApkSign: []byte{170, 57, 120, 244, 31, 217, 111, 249, 145, 74, 102, 158, 24, 100, 116, 199}, ApkSign: []byte{170, 57, 120, 244, 31, 217, 111, 249, 145, 74, 102, 158, 24, 100, 116, 199},
SdkVersion: "6.0.0.2433", SdkVersion: "6.0.0.2433",