chore: 弃用无用代码

This commit is contained in:
手瓜一十雪
2024-08-14 23:41:34 +08:00
parent 962616545c
commit 3296f2daf8
5 changed files with 55 additions and 120 deletions

View File

@@ -119,7 +119,7 @@ export class OB11Constructor {
const { atNtUid, content } = element.textElement;
let atQQ = element.textElement.atUid;
if (!atQQ || atQQ === '0') {
atQQ = await NTQQUserApi.getUinByUid(atNtUid);
atQQ = await NTQQUserApi.getUinByUidV2(atNtUid);
}
if (atQQ) {
qq = atQQ as `${number}`;