huayandong

update doc api

@@ -116,3 +116,26 @@ @@ -116,3 +116,26 @@
116 116
117 117
118 118
  119 +##### 5. 【网页接口】编辑定时任务记录
  120 +
  121 +
  122 +- URL: {{localhost}}/boxfish-data-market/market/scheduleJob/editScheduleJob
  123 +- Method: POST
  124 +- RequestBody
  125 +
  126 +```json5
  127 +{
  128 + "operatorAccount": "operatorAccount@b.cn",
  129 +
  130 + "taskId": 5,
  131 + "operation": "operation@boxfish.cn",
  132 + "fileName": "导出文件",
  133 + "mailList": "zhangwang@boxfish.cn,huayandong@boxfish.cn",
  134 + "cron": "30 0/1 8-20 * * ?",
  135 + "scriptUpdate": null,
  136 + "scriptQuery": null
  137 +}
  138 +```
  139 +
  140 +
  141 +