吉安感知网项目-前端
罗广辉
2026-01-26 beb95fb5fc166804056abafd70fc01ac27de7621
applications/task-work-order/src/api/zkxt/index.js
@@ -18,3 +18,14 @@
      data:{"size":100,"current":1},
   })
}
// 获取飞手信息
export const deviceFlyerApi = (data) => {
   return request({
      url: `/deviceFlyer/deviceFlyer/queryList`,
      method: 'post',
      data: data,
   })
}