diff --git a/src/common/utils/QQBasicInfo.ts b/src/common/utils/QQBasicInfo.ts index 9e98b4c8..5a7d865a 100644 --- a/src/common/utils/QQBasicInfo.ts +++ b/src/common/utils/QQBasicInfo.ts @@ -71,7 +71,7 @@ export const qqPkgInfo: QQPkgInfo = JSON.parse(fs.readFileSync(pkgInfoPath).toSt let _appid: string = '537234702'; // 默认为 Windows 平台的 appid if (systemPlatform === 'linux') { - _appid = '537226441'; + _appid = '537234773'; } // todo: mac 平台的 appid export const appid = _appid;