import { base } from "./base"; export async function getVideoInfo(name){ return await base.get("/videoInfo/search",{ params:{ name } }) }