吉安感知网项目-前端
shuishen
2026-02-26 039679bf092a8a6cb1f8c921c8a2cfa5306dcf73
applications/task-work-order/src/api/zkxt/index.js
@@ -22,12 +22,20 @@
// 获取飞手信息
export const deviceFlyerApi = (data) => {
   return request({
      url: `/deviceFlyer/deviceFlyer/queryList`,
      url: `/webservice/webservice/deviceFlyer/queryList`,
      method: 'post',
      data: data,
   })
}
// 获取飞手详情
export const deviceFlyerDetailApi = (id) => {
   return request({
      url: `/webservice/webservice/deviceFlyer/queryById/${id}`,
      method: 'get',
   })
}
// 获取航线列表
export const airlineListApi = (data) => {
   return request({