数据字典-回调通知
编号和说明
notification 回调通知 任务结束后的回调通知。
例子:
https://notificationurl?event_type=task_complete&task_code=
其中notificationurl是用户设置的通知回调域名。
字典内容
值 | 描述 |
---|---|
event_type | 回调的事件类型。 task_not_started:未开始 task_running:进行中 task_stopped:已中止 task_preparing:准备中 task_search_complete:搜索已完成 task_complete:任务已完成 |
task_code | 任务编号。 |