import { get,post } from '@/utils/request' export default { getAdminNotify: () => get('/api/admin/notify/admin'), read: data => post('/api/admin/notify/read', data) }