吉安感知网项目-前端
罗广辉
2026-01-31 b2670c2a7f71fa80ebf1e5702bb23f33e4f2dcdc
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,
   })
}