增加新功能
This commit is contained in:
+8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user