吉安感知网项目-前端
chenyao
2026-01-26 0f20cc11e3033b2d9b97fa01840daeea8940e5af
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,
   })
}