吉安感知网项目-前端
张含笑
2026-01-27 a6793357e57c2b839ecc68a689a9682ed7a60969
uniapps/work-app/src/api/map.js
@@ -7,3 +7,11 @@
    data: { hidden_flag: 0, ...data },
  })
}
// 位置上报
export const reportLocationApi = data => {
  return request({
    url: '/webservice/jaUserTrajectory/reportLocation',
    method: 'post',
    data,
  })
}