吉安感知网项目-前端
shuishen
2026-01-26 7589cd256fb347f7ff6c86da5dd90ae2dfa4e071
applications/task-work-order/src/api/zkxt/index.js
@@ -37,4 +37,12 @@
   })
}
// 获取航线详情
export const queryAirById = (id) => {
   return request({
      url: `/webservice/webservice/airline/queryById/${id}`,
      method: 'get',
   })
}