init
This commit is contained in:
@@ -42,3 +42,23 @@ export function delSysPush(id) {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
export function runSysPush(id) {
|
||||
return request({
|
||||
url: '/cai/sysPush/run',
|
||||
method: 'post',
|
||||
data: {
|
||||
id
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
export function closeSysPush(id) {
|
||||
return request({
|
||||
url: '/cai/sysPush/close',
|
||||
method: 'post',
|
||||
data: {
|
||||
id
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user