This commit is contained in:
Junling Bu
2019-08-15 22:58:51 +08:00

View File

@@ -161,7 +161,7 @@ export function cartFastAdd(data) {
const CartUpdate='wx/cart/update'; // 更新购物车的商品
export function cartUpdate(data) {
return request({
url: cartUpdate,
url: CartUpdate,
method: 'post',
data
})
@@ -437,4 +437,4 @@ export function getList(api, query) {
})
}
export const REFUND_LIST = '';
export const REFUND_LIST = '';