xiangpei
2024-05-30 306b1433c6a4d1fcce6871d94dc47af8e6f550cc
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)
}