xiangpei
2024-06-11 3b73c554682286e7184795f23a3acaa168b2047c
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)
}