mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 10:58:35 +08:00
2 lines
826 B
JavaScript
2 lines
826 B
JavaScript
import{s as t}from"./index.1f7143d6.js";function n(e){return t({url:"/system/user/list",method:"get",params:e})}function o(e,s){return t({url:"/system/user/changeStatus",method:"put",data:{userId:e,status:s}})}function a(e){return t({url:"/system/user/getById/"+e,method:"get"})}function d(){return t({url:"/system/user/getInit",method:"get"})}function m(){return t({url:"/system/user/getRoPo",method:"get"})}function i(e){return t({url:"/system/user/"+e,method:"delete"})}function c(e){return t({url:"/system/user",method:"post",data:e})}function l(e){return t({url:"/system/user",method:"put",data:e})}function g(e){return t({url:"/system/user/pwd",method:"put",data:e})}function f(e){return t({url:"/system/user/export",method:"get",params:e})}export{l as a,a as b,o as c,i as d,f as e,c as f,m as g,d as h,n as l,g as u};
|