UNPKG

@cdwx/system

Version:

成都文宣业务类服务模块组件库

45 lines (44 loc) 858 B
import e from "./http-client.js"; const n = "/user"; function o(t) { return e.http.post(`${n}/page`, t); } function p(t) { return e.http.get(`${n}/delete/${t}`); } function u(t) { return e.http.get(`${n}/get/${t}`); } function a(t) { return e.http.post(`${n}/add`, t); } function i(t) { return e.http.post(`${n}/update`, t); } function s(t) { return e.http.post(`${n}/operateStatus`, t); } function g(t) { return e.http.get(`${n}/resetPwd/${t}`); } function $(t) { return e.http.post(`${n}/delList`, { ids: t }); } function c(t) { return e.http.get(`${n}/getList?siteCode=${t}`); } function d(t) { return e.http.post(`${n}/getRecordList`, t); } export { $ as delList, p as deleteData, c as getAllUser, u as getData, o as getListData, d as getLogList, s as operateData, g as resetPwd, a as saveData, i as updateData };