客户档案加上打卡记录以及体重趋势图
This commit is contained in:
@ -60,3 +60,14 @@ export function getPunchLogDetail(id) {
|
||||
params: {}
|
||||
})
|
||||
}
|
||||
|
||||
// 根据用户ID查询打卡日志详情
|
||||
export function getAllPunchLogByCustomerId(query) {
|
||||
return request({
|
||||
url: '/custom/wxUserLog/getAllPunchLogByCustomerId',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user