mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
chore: 移除旧代码
This commit is contained in:
parent
a53aaa456e
commit
25933b9043
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user