qirong
2023-06-06 79fae9f626b6a15e229330f5e3fc9afc040bdde1
1
2
3
4
5
6
import { post } from '@/utils/request'
 
export default {
  pageList: query => post('/api/admin/message/page', query),
  send: query => post('/api/admin/message/send', query)
}