| 1 |
- import{t as e}from"./index.BteTc5v8.js";const r="/api/system/inventory/check-records/list/";function a(t){return e({url:r,method:"get",params:t})}function s(t){return e({url:r,method:"post",data:t})}function o(t){return e({url:r+t.id+"/",method:"put",data:t})}function c(t){return e({url:r+t+"/",method:"delete",data:{id:t}})}function u(){return e({url:r,method:"get"})}function i(t){return e({url:"/api/system/device/scan/start/",method:"post",data:t})}function d(t){return e({url:`/api/system/inventory/check-records/${t}/`,method:"get"})}function m(t){return e({url:"/api/system/device/scan/",method:"post",data:t})}function p(t){return e({url:"/api/system/device/scan/complete/",method:"post",data:t})}function l(t){return e({url:`/api/system/inventory/check-records/${t}/cancel/`,method:"post"})}export{s as A,p as C,c as D,u as G,m as S,o as U,l as a,d as b,i as c,a as d};
|