增加新功能

This commit is contained in:
hejiangming
2025-03-23 20:36:06 +08:00
parent 2ae62b59ed
commit 78270eeda0
184 changed files with 2690 additions and 1496 deletions
+8
View File
@@ -28,8 +28,16 @@ function getSettleList(data) {
data
});
}
function settle(data) {
return utils_request.request({
url: "/cart/settle",
method: "post",
data
});
}
exports.getCartList = getCartList;
exports.getSettleList = getSettleList;
exports.removeGoods = removeGoods;
exports.settle = settle;
exports.updateGoodsNum = updateGoodsNum;
//# sourceMappingURL=../../.sourcemap/mp-weixin/api/cart.js.map