吉安感知网项目-前端
罗广辉
2026-01-27 7b7906df59e8f0a69c48b03da0ecc7d096f73ff2
applications/task-work-order/src/api/zkxt/index.js
@@ -28,4 +28,21 @@
   })
}
// 获取航线列表
export const airlineListApi = (data) => {
   return request({
      url: `/webservice/webservice/airline/queryList`,
      method: 'post',
      data: data,
   })
}
// 获取航线详情
export const queryAirById = (id) => {
   return request({
      url: `/webservice/webservice/airline/queryById/${id}`,
      method: 'get',
   })
}