龚焕茏
2024-07-16 0ebcc1fd3b16b7a43e85a9a4bde1a1cee3ae5831
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)
}