feat(ckchat): 添加获取客服用户信息的接口方法

This commit is contained in:
2025-08-30 17:17:09 +08:00
parent 58ad5b3254
commit 09e78277b5

View File

@@ -43,6 +43,7 @@ export interface CkChatState {
asyncWeChatGroup: (data: weChatGroup[]) => void;
getkfUserList: () => KfUserListData[];
asyncKfUserList: (data: KfUserListData[]) => void;
getKfUserInfo: (wechatAccountId: number) => KfUserListData | undefined;
asyncContractList: (data: ContractData[]) => void;
asyncChatSessions: (data: any[]) => void;
deleteCtrlUser: (userId: number) => void;