import { get, post} from "@/util/request" export function getdetail(id) { return post('/mailbox/detail',id) }