huayandong

update doc api

... ... @@ -61,5 +61,19 @@
```
##### 2. 【网页接口】删除定时任务
- URL: {{localhost}}/boxfish-data-market/market/scheduleJob/deleteSchedule
- Method: POST
- RequestBody
```json5
{
"operator": "xxx@b.cn",
"taskId": 8
}
```
... ...