cart.js 127 B

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