龚焕茏
2024-07-03 7a0f60e7e27d45a0abf3499be2d63aafaf4ba3ed
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)
}