添加easyFollow
parent
068512d64b
commit
fca3f025ad
|
@ -7,11 +7,11 @@ export function showTask() {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
export function addTask(params) {
|
export function addTask(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/integration/task/addTask',
|
url: '/integration/task/addTask',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
params
|
data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 509 KiB After Width: | Height: | Size: 132 KiB |
Loading…
Reference in New Issue