CRM:统一日志获取接口

(cherry picked from commit 5adf75d15b)
This commit is contained in:
puhui999
2024-01-27 15:15:07 +08:00
committed by shizhong
parent 9f599fb790
commit d3f8d40e40
8 changed files with 41 additions and 34 deletions

View File

@ -73,11 +73,6 @@ export const getSimpleCustomerList = async () => {
return await request.get({ url: `/crm/customer/list-all-simple` })
}
// 查询客户操作日志
export const getOperateLogPage = async (id: number) => {
return await request.get({ url: '/crm/customer/operate-log-page?id=' + id })
}
// ======================= 业务操作 =======================
export interface TransferReqVO {