enoad-component-web
Version:
针对web端的控件
17 lines • 676 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.fetchAllResponese = exports.fetchAllCount = void 0;
var tslib_1 = require("tslib");
var axios_1 = (0, tslib_1.__importDefault)(require("axios"));
var api_1 = require("../../../core/api");
function fetchAllCount(params) {
return axios_1.default.post(api_1.FetchSwitchData, (0, tslib_1.__assign)({}, params), { withCredentials: true });
}
exports.fetchAllCount = fetchAllCount;
function fetchAllResponese() {
return axios_1.default.post(api_1.FetchAllData, {}, {
withCredentials: true,
});
}
exports.fetchAllResponese = fetchAllResponese;
//# sourceMappingURL=action.js.map
;