hldy_app/unpackage/dist/dev/mp-weixin/component/Initialization/api.js

12 lines
488 B
JavaScript
Raw Normal View History

2025-08-21 16:51:53 +08:00
"use strict";
const common_vendor = require("../../common/vendor.js");
const request_index = require("../../request/index.js");
const getCardList = () => {
return request_index.request({
url: `${common_vendor.index.getStorageSync("serverUrl")}/api/pad/baseInfo/queryPadPageList?token=${common_vendor.index.getStorageSync("token")}`,
method: "get"
});
};
exports.getCardList = getCardList;
//# sourceMappingURL=../../../.sourcemap/mp-weixin/component/Initialization/api.js.map