小程序打卡功能优化
This commit is contained in:
@ -70,4 +70,16 @@ export function getAllPunchLogByCustomerId(query) {
|
||||
})
|
||||
}
|
||||
|
||||
// 点评打卡
|
||||
export function commentPunchContent(data) {
|
||||
return request({
|
||||
url: '/custom/wxUserLog/commentPunchContent',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user