吉安感知网项目-前端
chenyao
2026-04-13 ec97ce33a4613181fbf576722748d5852a6922ed
applications/drone-command/src/views/basicManage/deviceStock/fwDeviceScrapApi.js
@@ -26,3 +26,14 @@
      params,
   })
}
// 设置区域绑定校验
export const fivDevicelcheckAreaBindApi = params => {
   return request({
      url: `/drone-fw/device/fwDevice/checkAreaBind`,
      method: 'get',
      params,
   })
}