Showing
1 changed file
with
17 additions
and
3 deletions
@@ -10,9 +10,9 @@ | @@ -10,9 +10,9 @@ | ||
10 | 10 | ||
11 | ```json5 | 11 | ```json5 |
12 | { | 12 | { |
13 | - "pageSize": 40, | 13 | + "pageSize": 40, |
14 | - "pageId": 0, | 14 | + "pageId": 0, |
15 | - "operator": "zzz@boxfish.cn" | 15 | + "operator": "zzz@boxfish.cn" |
16 | } | 16 | } |
17 | ``` | 17 | ``` |
18 | 18 | ||
@@ -61,5 +61,19 @@ | @@ -61,5 +61,19 @@ | ||
61 | ``` | 61 | ``` |
62 | 62 | ||
63 | 63 | ||
64 | +##### 2. 【网页接口】删除定时任务 | ||
65 | + | ||
66 | + | ||
67 | +- URL: {{localhost}}/boxfish-data-market/market/scheduleJob/deleteSchedule | ||
68 | +- Method: POST | ||
69 | +- RequestBody | ||
70 | + | ||
71 | +```json5 | ||
72 | +{ | ||
73 | + "operator": "xxx@b.cn", | ||
74 | + "taskId": 8 | ||
75 | +} | ||
76 | +``` | ||
77 | + | ||
64 | 78 | ||
65 | 79 |
-
Please register or login to post a comment