feat: 出差打卡
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user