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