feat: contact

This commit is contained in:
手瓜一十雪
2024-09-16 18:47:51 +08:00
parent 8b1f403a77
commit cd727a91c9
3 changed files with 18 additions and 4 deletions

View File

@@ -114,7 +114,7 @@ export interface NodeIKernelBuddyService {
reportDoubtBuddyReqUnread(): void;
getBuddyRecommendContactArkJson(uid: string, phoneNumber: string): Promise<unknown>;
getBuddyRecommendContactArkJson(uid: string, phoneNumber: string): Promise<GeneralCallResult & { arkMsg: string }>;
isNull(): boolean;
}