import { service } from "../../utils/service"; // 主页查询 export function getList(params) { return service({ url: "/couponShare", method: "get", params }); }