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 18:23:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
71ef7c97059148c3bf5d5be3b3132dec6e7d31c3
71ef7c97
1 parent
ac1af2cb
update doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
3 deletions
back-页面接口/20190816-任务调度后台接口.md
back-页面接口/20190816-任务调度后台接口.md
View file @
71ef7c9
...
...
@@ -10,9 +10,9 @@
```
json5
{
"pageSize": 40,
"pageId": 0,
"operator": "zzz@boxfish.cn"
"pageSize": 40,
"pageId": 0,
"operator": "zzz@boxfish.cn"
}
```
...
...
@@ -61,5 +61,19 @@
```
##### 2. 【网页接口】删除定时任务
-
URL: {{localhost}}/boxfish-data-market/market/scheduleJob/deleteSchedule
-
Method: POST
-
RequestBody
```
json5
{
"operator": "xxx@b.cn",
"taskId": 8
}
```
...
...
Please
register
or
login
to post a comment