1 |
- import{r as e}from"./index.b098562c.js";const a="/api/ad_manage/spplacement/";function u(t){return e({url:a+"list",method:"post",data:t})}function n(t){return e({url:a,method:"post",data:t})}function d(t){return e({url:a+t.id+"/",method:"put",data:t})}function o(t){return e({url:a+t+"/",method:"delete",data:{id:t}})}function s(t){return e({url:a+"structure",method:"post",data:t})}export{n as A,o as D,u as G,d as U,s as g};
|