FlowPacs/yudao-ui-app/api/cart.js

6 lines
127 B
JavaScript
Raw Normal View History

const { http } = uni.$u
//获取购物车数据
export const getCartProductDetail = () => http.get('/trade/cart/get-detail')