|
@@ -3,7 +3,7 @@ import request, { postBlob, getBlob, handleImport } from '@/utils/request'
|
|
|
// 获取师傅列表
|
|
|
export function noticeListPageV2(data) {
|
|
|
return request({
|
|
|
- url: `/notice/read/list?moduleId=${data.moduleId}`,
|
|
|
+ url: `/notice/read/listRecord?moduleId=${data.moduleId}`,
|
|
|
method: 'post',
|
|
|
data
|
|
|
})
|
|
@@ -11,7 +11,7 @@ export function noticeListPageV2(data) {
|
|
|
|
|
|
export function noticePageExport(data, name) {
|
|
|
return postBlob({
|
|
|
- url: '/notice/read/list/export',
|
|
|
+ url: '/notice/read/listRecord/export',
|
|
|
data,
|
|
|
name
|
|
|
})
|