📖 CRM:待办事项的 code review

This commit is contained in:
YunaiV
2024-01-15 12:15:59 +08:00
parent 68fc1760a5
commit 1e70a1d57e
4 changed files with 7 additions and 2 deletions

View File

@ -34,6 +34,7 @@ export interface CustomerVO {
}
// 查询客户列表
// TODO @芋艿:看看是不是后续融合到 getCustomerPage 里;
export const getTodayCustomerPage = async (params) => {
return await request.get({ url: `/crm/message/todayCustomer`, params })
}