src/api/device/device.js @@ -134,3 +134,13 @@ method: 'get', }); }; //可飞行机巢列表 export const getFlyingNestBy = (param) => { return request({ url: '/drone-device-core/manage/api/v1/devices/getFlyingNestBy', method: 'post', data:param }); };