暂态事件处理
This commit is contained in:
19
common/api/message.js
Normal file
19
common/api/message.js
Normal file
@@ -0,0 +1,19 @@
|
||||
import request from '../js/request';
|
||||
import config from '../js/config';
|
||||
|
||||
/**
|
||||
* 已读暂态
|
||||
* @returns {*}
|
||||
*/
|
||||
export function updateStatus(eventIds) {
|
||||
return request({
|
||||
url: 'cs-harmonic-boot/eventUser/updateStatus',
|
||||
method: 'post',
|
||||
header: {
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
data: {
|
||||
eventIds
|
||||
},
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user