修改签到打卡接口

This commit is contained in:
jiangyanshan
2025-12-23 08:39:22 +08:00
parent 03b2f64389
commit 22326d4ff8

View File

@@ -3,7 +3,7 @@ import request from "@/utils/request";
//新增地图开始签到接口
export function addStartMap(data) {
return request.post({
url: "/crm/jys/app/appVisistMap/Startadd",
url: "/crm/app/appVisistMap/Startadd",
data,
},{
isTransformResponse:false
@@ -13,7 +13,7 @@ export function addStartMap(data) {
//出差打卡接口
export function businessTripClockIn(data) {
return request.post({
url: '/crm/jys/app/appVisistMap/businessTripClockIn',
url: '/crm/app/appVisistMap/businessTripClockIn',
data
},{isTransformResponse:false});
}
@@ -21,7 +21,7 @@ export function businessTripClockIn(data) {
//新增地图开始打卡接口
export function addStartMapForClockIn(data) {
return request.post({
url: "/crm/jys/app/appVisistMap/StartaddForClockIn",
url: "/crm/app/appVisistMap/StartaddForClockIn",
data,
},{
isTransformResponse:false