This commit is contained in:
手瓜一十雪 2024-09-08 18:29:21 +08:00
parent 1c429b8dd3
commit 3f80bdf2a3

View File

@ -3,6 +3,7 @@ import { BizKey, ModifyProfileParams, NodeIKernelProfileListener, ProfileBizType
import { GeneralCallResult } from '@/core/services/common';
export interface NodeIKernelProfileService {
getRelationFlag(callfrom: string, uids: string[]): Promise<Map<string, number>>;
getUidByUin(callfrom: string, uin: Array<string>): Promise<Map<string, string>>;