mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
chore: 移除旧代码
This commit is contained in:
@@ -292,10 +292,6 @@ export class NTQQUserApi {
|
||||
return uid;
|
||||
}
|
||||
static async getUinByUidV1(Uid: string) {
|
||||
if (!requireMinNTQQBuild('26702')) {
|
||||
let uinV2 = NTQQUserApi.getUidByUinV2(Uid);
|
||||
if (uinV2) return uinV2;
|
||||
}
|
||||
let ret = await NTEventDispatch.CallNoListenerEvent
|
||||
<(Uin: string[]) => Promise<{ uinInfo: Map<string, string> }>>(
|
||||
'NodeIKernelUixConvertService/getUin',
|
||||
|
Reference in New Issue
Block a user