新增事件菜单
This commit is contained in:
@@ -293,3 +293,19 @@ export function batchUpdateInternationalInfo(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
// 邮件事件消息列表
|
||||
export function getEventStoreRecordList(data) {
|
||||
return request({
|
||||
url: `/EventStoreRecord/getEventStoreRecordList`,
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
// 重新发布事件消息
|
||||
export function rePublishEvent(param) {
|
||||
return request({
|
||||
url: `/EventStoreRecord/rePublishEvent`,
|
||||
method: 'post',
|
||||
param
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user