import{s as e}from"./index.1683511265143.js";function u(){return{getUserList:t=>e({url:"http://121.239.169.27:16070/account/user/find/user/list",method:"post",data:t}),getExpertsList:t=>e({url:"http://121.239.169.27:16070/account/user/find/expert/list",method:"post",data:t}),addUser:t=>e({url:"http://121.239.169.27:16070/account/user/add",method:"post",data:t}),modUser:t=>e({url:"http://121.239.169.27:16070/account/user/update/info",method:"post",data:t}),deleteUser:t=>e({url:`http://121.239.169.27:16070/account/user/deleteUser?userId=${t==null?null:t}`,method:"get"}),getUserLByDepartment:t=>e({url:`http://121.239.169.27:16070/account/dep/list?depId=${t==null?"":t}`,method:"get"}),getUserLByRealName:t=>e({url:`http://121.239.169.27:16070/account/user/find/list/realName?name=${t}`,method:"get"}),getAllUser:()=>e({url:"http://121.239.169.27:16070/account/list",method:"get"})}}export{u};
|