This commit is contained in:
手瓜一十雪 2024-09-08 18:29:21 +08:00
parent 39fb31849e
commit 5870c36c3f

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>>;