applications/task-work-order/src/api/zkxt/index.js
@@ -22,7 +22,7 @@ // 获取飞手信息 export const deviceFlyerApi = (data) => { return request({ url: `/deviceFlyer/deviceFlyer/queryList`, url: `/webservice/webservice/deviceFlyer/queryList`, method: 'post', data: data, }) @@ -37,4 +37,12 @@ }) } // 获取航线详情 export const queryAirById = (id) => { return request({ url: `/webservice/webservice/airline/queryById/${id}`, method: 'get', }) }