shopcart.js 113 B

123
  1. import { post, get } from "@/utils/request"
  2. export const shopCartInfo = (data) => post("/p/shopCart/info", data)