小程序打卡功能优化

This commit is contained in:
xiezhijun
2021-04-14 17:25:40 +08:00
parent de5ca49409
commit 8d8dc77642
7 changed files with 221 additions and 33 deletions

View File

@ -70,4 +70,16 @@ export function getAllPunchLogByCustomerId(query) {
})
}
// 点评打卡
export function commentPunchContent(data) {
return request({
url: '/custom/wxUserLog/commentPunchContent',
method: 'post',
data: data
})
}