import http from '@/http' export default { // 获取短信审核列表 getMessageAuditList: (params) => { return http.post('/sccg/message_audit/list', params); }, };