This commit is contained in:
手瓜一十雪
2025-04-23 16:12:56 +08:00
parent 6b8b14aba2
commit 3e5d35957d
3 changed files with 26 additions and 5 deletions

View File

@@ -86,4 +86,7 @@ export class NTQQFriendApi {
accept,
});
}
async handleDoubtFriendRequest(friendUid: string, str1: string = '', str2: string = '') {
this.context.session.getBuddyService().approvalDoubtBuddyReq(friendUid, str1, str2);
}
}