吉安感知网项目-前端
张含笑
2026-02-06 64f29d34ceb5ebf26f1d95d9f0b72bfea0377c1d
uniapps/work-wx/src/api/index.js
@@ -103,6 +103,14 @@
  })
}
// 飞行计划提交
export const flightPlanSubmitApi = id => {
  return request({
    url: `/webservice/flightPlan/submit/${id}`,
    method: 'post',
  })
}
// 选择航线
export const flightRoutePageInfoApi = data => {
  return request({