xiangpei
2024-05-27 3bc00a9f9ccfad8cacc78c3fb68b6880f5522d5c
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)
}