src/api/home/task.js
@@ -90,7 +90,13 @@ return request({ url: `/drone-device-core/manage/api/v1/devices/getFlyingNestBy?current=${data.page}&size=${data.limit}`, method: 'post', data data: { wayline_id: data.wayline_id, type: data.type, latitude: data.latitude, longitude: data.longitude, polygon: data.polygon }, }) } @@ -103,5 +109,15 @@ }) } // 面状航线 export const getWaylineByArea = (data) => { return request({ url: `/drone-device-core/wayline/api/v1/workspaces/getWaylineByArea`, method: 'post', data, }) }