import http from "@/utils/request"; export function precheckLive(params) { return http.get("/live/live_pre_check", params, { requireAuth: true }); }