huayandong

update doc api

... ... @@ -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
}
```
... ...