odc.xiaohui
2023-11-24 40ff3685bc1c4dec8923b6bf3980361bb5c7fc80
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)
}