index-bf68c5cb.js 684 B

1
  1. import{ax as e}from"./index-b9299550.js";const r=s=>e.get({url:"/system/user/page",params:s}),u=()=>e.get({url:"/system/user/all"}),d=s=>e.get({url:"/system/user/get?id="+s}),l=s=>e.post({url:"/system/user/create",data:s}),m=s=>e.put({url:"/system/user/update",data:s}),p=s=>e.delete({url:"/system/user/delete?id="+s}),o=()=>e.download({url:"/system/user/get-import-template"}),y=(s,t)=>{const a={id:s,password:t};return e.put({url:"/system/user/update-password",data:a})},i=(s,t)=>{const a={id:s,status:t};return e.put({url:"/system/user/update-status",data:a})},g=()=>e.get({url:"/system/user/simple-list"});export{d as a,u as b,l as c,i as d,p as e,r as f,g,o as i,y as r,m as u};