龚焕茏
2024-07-16 eeebb8d40266d614c14133b96bf40c57e30424ea
1
2
3
4
5
6
import { get,post } from '@/utils/request'
 
export default {
  getAdminNotify: () => get('/api/admin/notify/admin'),
  read: data => post('/api/admin/notify/read', data)
}