api.DJTU_E5z.js 424 B

1
  1. import{r as e}from"./index.vzye5GYA.js";const a="/api/system/device/";function u(t){return e({url:a,method:"get",params:t})}function n(t){return e({url:a,method:"post",data:t})}function s(t){return e({url:a+t.id+"/",method:"put",data:t})}function d(t){return e({url:a+t.id+"/change_status/",method:"post",data:t})}function o(t){return e({url:a+t+"/",method:"delete",data:{id:t}})}export{n as A,o as D,u as G,s as U,d as a};