huayandong

update doc api

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