@cdwx/system
Version:
成都文宣业务类服务模块组件库
25 lines (24 loc) • 462 B
JavaScript
import e from "./http-client.js";
const a = "/station";
function o(t) {
return e.http.post(`${a}/page`, t);
}
function p(t) {
return e.http.get(`${a}/delete/${t}`);
}
function r(t) {
return e.http.post(`${a}/operateCommandStatus`, t);
}
function u(t) {
return e.http.post(`${a}/add`, t);
}
function i(t) {
return e.http.post(`${a}/update`, t);
}
export {
p as deleteData,
o as getListData,
r as operateData,
u as saveData,
i as updateData
};