bug
luohairen
2024-10-30 ac9608cb94979d632caa6b6ae2e91a5879824e6f
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)
}