import http from "@/api/http"; export function sendInput(data: any) { http.post("/api/input", data).then((data) => {}); }