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