Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -42,3 +42,10 @@ export function delImLiveActivity(id) {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
export function endImLiveActivity(id) {
|
||||
return request({
|
||||
url: '/service/imLiveActivity/end/' + id,
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user