【功能完善】商品列表,展示满减送、限时折扣的信息

This commit is contained in:
YunaiV
2024-09-16 09:16:16 +08:00
parent f03fcf1373
commit b741a1d148
3 changed files with 163 additions and 51 deletions
+3 -3
View File
@@ -14,11 +14,11 @@ const SpuApi = {
});
},
// 获得商品结算信息
getSettlementProduct: (ids) => {
getSettlementProduct: (spuIds) => {
return request({
url: '/trade/order/settlementProduct',
url: '/trade/order/settlement-product',
method: 'GET',
params: { ids },
params: { spuIds },
custom: {
showLoading: false,
showError: false,