1 |
- import{x as e}from"./index.CbDucVWP.js";const r="/api/system/borrow/application/?status=1";function n(t){return e({url:r,method:"get",params:t})}function i(t){return e({url:r,method:"post",data:t})}function u(t){return e({url:r+t.id+"/",method:"put",data:t})}function p(t){return e({url:r+t+"/",method:"delete",data:{id:t}})}function d(t){return e({url:"/api/system/tenant/switch/",method:"post",data:{tenant_id:t}})}function m(t,a,o){return e({url:`/api/system/borrow/application/${t}/review/`,method:"post",data:{action:a,remark:o}})}export{i as A,m as B,p as D,n as G,d as S,u as U};
|