添加easyFollow

pull/2/head
张腾 2024-08-25 17:00:31 +08:00
parent 068512d64b
commit fca3f025ad
2 changed files with 2 additions and 2 deletions

View File

@ -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