UNPKG

@cdwx/system

Version:

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

33 lines (32 loc) 611 B
import e from "./http-client.js"; const n = "/package"; function p(t) { return e.http.post(`${n}/page`, t); } function o(t) { return e.http.get(`${n}/delete/${t}`); } function r(t) { return e.http.get(`${n}/get/${t}`); } function u(t) { return e.http.post(`${n}/operateStatus`, t); } function i(t) { return e.http.post(`${n}/delList`, { ids: t }); } function s(t) { return e.http.post(`${n}/add`, t); } function c(t) { return e.http.post(`${n}/update`, t); } export { i as delList, o as deleteData, r as getData, p as getListData, u as operateData, s as saveData, c as updateData };