吉安感知网项目-前端
chenyao
2026-07-08 38d175aaa04b36d5f98c82fc0f3dd0cb53782b95
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,
   })
}