This commit is contained in:
2026-01-10 20:23:59 +08:00
parent 1fc846fae3
commit 9e957d5dea
127 changed files with 3528 additions and 3421 deletions

View File

@@ -35,17 +35,9 @@ function fetchSysGoodsList(data) {
method: "POST"
});
}
function fetchGoodsList(data) {
return api_request.request({
url: "/goods/lists",
data,
method: "POST"
});
}
exports.fetchFilterParmas = fetchFilterParmas;
exports.fetchGoodsAdd = fetchGoodsAdd;
exports.fetchGoodsDetail = fetchGoodsDetail;
exports.fetchGoodsEdit = fetchGoodsEdit;
exports.fetchGoodsList = fetchGoodsList;
exports.fetchSysGoodsList = fetchSysGoodsList;
//# sourceMappingURL=../../.sourcemap/mp-weixin/api/goods.js.map