This commit is contained in:
手瓜一十雪
2024-12-04 20:37:08 +08:00
parent 5b17a14a2a
commit e939ec0e52
3 changed files with 11 additions and 9 deletions

View File

@@ -184,7 +184,7 @@ export class NTQQUserApi {
break;
}
}
return uid;
return uid ?? '';
}
async getUinByUidV2(Uid: string) {
@@ -203,7 +203,7 @@ export class NTQQUserApi {
break;
}
}
return uin;
return uin ?? '0';
}
async getRecentContactListSnapShot(count: number) {