Merge branch 'develop' of http://123.57.20.168:4000/admin/ys-app into develop

This commit is contained in:
cui
2025-09-29 15:41:51 +08:00
26 changed files with 1073 additions and 857 deletions

View File

@@ -10,6 +10,14 @@ export function addStartMap(data) {
});
}
//出差打卡接口
export function businessTripClockIn(data) {
return request.post({
url: '/crm/app/appVisistMap/businessTripClockIn',
data
},{isTransformResponse:false});
}
//新增地图开始打卡接口
export function addStartMapForClockIn(data) {
return request.post({