luohairen
2024-11-01 45e5093eb2416870454e9f64e4f73a9d95a8fd7a
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)
}