This commit is contained in:
手瓜一十雪
2024-09-13 14:05:04 +08:00
parent 8ee31bce3c
commit 5754c025ca
2 changed files with 6 additions and 3 deletions

View File

@@ -11,7 +11,9 @@ export class NTQQUserApi {
this.context = context;
this.core = core;
}
async getStatusByUid(uid: string) {
return this.context.session.getProfileService().getStatus(uid);
}
async getProfileLike(uid: string) {
return this.context.session.getProfileLikeService().getBuddyProfileLike({
friendUids: [uid],