// Auto-generated 销售漏斗 service import { api } from "./api"; export function get() { return api.get("/api/销售漏斗"); } export function post(data: Record) { return api.post("/api/销售漏斗", data); }