feat:0820需求

This commit is contained in:
2026-08-21 14:10:43 +08:00
parent 619c0cacc5
commit e8d4fd6cd4
31 changed files with 9112 additions and 3658 deletions
+11 -2
View File
@@ -42,14 +42,23 @@ export function updateGoodsNum(data) {
// 查询结算列表
export function getSettleList(data) {
export function getSettleList(data) {
// return request.post('/common/getSmsCode',qs.stringify(params));
return request({
url: "/cart/getSettleList",
method: "post",
data,
});
}
}
// 立即购买预结算(含优惠券可用性和抵扣后金额)
export function getDirectSettleList(data) {
return request({
url: "/cart/getDirectSettleList",
method: "post",
data,
});
}
// 结算下单
export function settle(data) {