import request from "@/utils/request"
// 查询通知列表
export function noticeList(data) {
return request.post({
url: '/acc/message/notify/detail',
data
})
}