api.C0Bs9xIH.js 806 B

1
  1. import{r as e}from"./index.Bx06hV4z.js";const n="/api/system/digital_human/";function i(t){return e({url:n,method:"get",params:{...t,tenant_id:Session.get("tenant_id")}})}function s(t){return e({url:n+t,method:"get"})}function r(t){return e({url:"/api/system/digital_human/create",method:"post",data:{...t,tenant_id:Session.get("tenant_id")}})}function d(t){return e({url:"/api/system/digital_human/update",method:"post",data:{...t,tenant_id:Session.get("tenant_id")}})}function o(t){return e({url:n+t+"/",method:"delete",data:{id:t,tenant_id:Session.get("tenant_id")}})}function u(){return e({url:n,method:"get"})}function m(t){return e({url:"/api/system/digital_human/generate_demo",method:"post",data:{...t,tenant_id:Session.get("tenant_id")}})}export{r as A,o as D,s as G,d as U,u as a,i as b,m as c};