1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00

修复 MacOS 协议

新 SubAppId 来自 https://github.com/takayama-lily/oicq/pull/418
This commit is contained in:
Dimole 2022-08-27 23:39:56 +08:00 committed by GitHub
parent 08ca3b023a
commit 8999883d92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,8 +77,8 @@ func (i Protocol) Version() *AppVersion {
case MacOS: case MacOS:
return &AppVersion{ return &AppVersion{
ApkId: "com.tencent.minihd.qq", ApkId: "com.tencent.minihd.qq",
AppId: 537064315, AppId: 537128930,
SubAppId: 537064315, SubAppId: 537128930,
SortVersionName: "5.8.9", SortVersionName: "5.8.9",
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},