Skip to content

Commit

Permalink
Add Protocol (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
sisi0318 authored Sep 14, 2024
1 parent ded4b66 commit 60efc5a
Showing 1 changed file with 92 additions and 0 deletions.
92 changes: 92 additions & 0 deletions client/auth/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,29 @@ var AppList = map[string]map[string]*AppInfo{
SubSigmap: 0,
NTLoginType: 1,
},

"3.2.12-27597": {
OS: "Linux",
Kernel: "Linux",
VendorOS: "linux",

CurrentVersion: "3.2.12-27597",
BuildVersion: 27597,
MiscBitmap: 32764,
PTVersion: "2.0.0",
PTOSVersion: 19,
PackageName: "com.tencent.qq",
WTLoginSDK: "nt.wtlogin.0.0.1",
PackageSign: "V1_LNX_NQ_3.2.12_27597_GW_B",
AppID: 1600001615,
SubAppID: 537243600,
AppIDQrcode: 13697054,
AppClientVersion: 13172,

MainSigmap: 169742560,
SubSigmap: 0,
NTLoginType: 1,
},
},

"macos": {
Expand Down Expand Up @@ -103,6 +126,75 @@ var AppList = map[string]map[string]*AppInfo{
SubSigmap: 0,
NTLoginType: 5,
},

"9.9.12-25765": {
OS: "Windows",
Kernel: "Windows_NT",
VendorOS: "win32",

CurrentVersion: "9.9.12-25765",
BuildVersion: 25765,
MiscBitmap: 32764,
PTVersion: "2.0.0",
PTOSVersion: 23,
PackageName: "com.tencent.qq",
WTLoginSDK: "nt.wtlogin.0.0.1",
PackageSign: "V1_WIN_NQ_9.9.12-25765_GW_B",
AppID: 1600001604,
SubAppID: 537234702,
AppIDQrcode: 537138217,
AppClientVersion: 13172,

MainSigmap: 169742560,
SubSigmap: 0,
NTLoginType: 5,
},

"9.9.15-27597": {
OS: "Windows",
Kernel: "Windows_NT",
VendorOS: "win32",

CurrentVersion: "9.9.15-27597",
BuildVersion: 27597,
MiscBitmap: 32764,
PTVersion: "2.0.0",
PTOSVersion: 23,
PackageName: "com.tencent.qq",
WTLoginSDK: "nt.wtlogin.0.0.1",
PackageSign: "V1_WIN_NQ_9.9.15-27597_GW_B",
AppID: 1600001604,
SubAppID: 537243441,
AppIDQrcode: 537138217,
AppClientVersion: 13172,

MainSigmap: 169742560,
SubSigmap: 0,
NTLoginType: 5,
},

"9.9.15-28060": { //此版本在某种意义上跨度较大
OS: "Windows",
Kernel: "Windows_NT",
VendorOS: "win32",

CurrentVersion: "9.9.15-28060",
BuildVersion: 28060,
MiscBitmap: 32764,
PTVersion: "2.0.0",
PTOSVersion: 23,
PackageName: "com.tencent.qq",
WTLoginSDK: "nt.wtlogin.0.0.1",
PackageSign: "V1_WIN_NQ_9.9.15-28060_GW_B",
AppID: 1600001604,
SubAppID: 537246092,
AppIDQrcode: 537138217,
AppClientVersion: 13172,

MainSigmap: 169742560,
SubSigmap: 0,
NTLoginType: 5,
},
},
}

Expand Down

0 comments on commit 60efc5a

Please sign in to comment.