// Auto-generated 时间段预约 service import { api } from "./api"; export function get() { return api.get("/api/时间段预约"); } export function post(data: Record) { return api.post("/api/时间段预约", data); }