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:
parent
08ca3b023a
commit
8999883d92
@ -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},
|
||||
|
Loading…
x
Reference in New Issue
Block a user