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