xiangpei
2024-07-12 b62c6c9ab29e933fd0333ac183ef837d00aba5d2
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)
}