chore: 移除旧代码

This commit is contained in:
手瓜一十雪 2024-08-04 18:50:40 +08:00
parent a53aaa456e
commit 25933b9043

View File

@ -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',