新增结算页面
This commit is contained in:
@@ -130,4 +130,17 @@ export function getCartList(params) {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 清空购物车
|
||||
* @param {*} params
|
||||
* @returns
|
||||
*/
|
||||
export function clearCart(data) {
|
||||
return request({
|
||||
method: "post",
|
||||
url: "/order/clearCart",
|
||||
data
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user