吉安感知网项目-前端
shuishen
2026-01-26 7589cd256fb347f7ff6c86da5dd90ae2dfa4e071
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',
   })
}