Toggle navigation
Toggle navigation
This project
Loading...
Sign in
huayandong
/
recommend-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
huayandong
2019-08-16 21:15:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4bbed27f79ecab1dda8eb9a7ffddedab68a42125
4bbed27f
1 parent
302dd98b
update doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
back-页面接口/20190816-任务调度后台接口.md
back-页面接口/20190816-任务调度后台接口.md
View file @
4bbed27
...
...
@@ -116,3 +116,26 @@
##### 5. 【网页接口】编辑定时任务记录
-
URL: {{localhost}}/boxfish-data-market/market/scheduleJob/editScheduleJob
-
Method: POST
-
RequestBody
```
json5
{
"operatorAccount": "operatorAccount@b.cn",
"taskId": 5,
"operation": "operation@boxfish.cn",
"fileName": "导出文件",
"mailList": "zhangwang@boxfish.cn,huayandong@boxfish.cn",
"cron": "30 0/1 8-20 * * ?",
"scriptUpdate": null,
"scriptQuery": null
}
```
...
...
Please
register
or
login
to post a comment