{
"begin_at": 1712985600,
"continuous_task_periods": [
[
0
]
],
"dom": [
1,
2,
3
],
"dow": [
1,
2,
3
],
"end_at": 1712985600,
"excluded_task_uuid": "string",
"extended_begin_at": [
1712985600,
1713985600
],
"interval": 1,
"landing_dock_sn": "string",
"repeat_type": 1,
"sn": "SN123456",
"task_type": 0,
"time_zone": "Asia/Chongqing",
"wayline_duration": 1712985600,
"wom": 1
}
curl --location --request POST '/openapi/v0.9/task/api/v1/workspaces//flight-tasks/conflicts' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"begin_at": 1712985600,
"continuous_task_periods": [
[
0
]
],
"dom": [
1,
2,
3
],
"dow": [
1,
2,
3
],
"end_at": 1712985600,
"excluded_task_uuid": "string",
"extended_begin_at": [
1712985600,
1713985600
],
"interval": 1,
"landing_dock_sn": "string",
"repeat_type": 1,
"sn": "SN123456",
"task_type": 0,
"time_zone": "Asia/Chongqing",
"wayline_duration": 1712985600,
"wom": 1
}'
{
"code": 0,
"message": "success",
"data": {
"conflicted_lists": [
{
"timestamp": 1750231800,
"tasks": [
{
"id": 2086,
"created_at": "2025-06-18T15:08:36.20206+08:00",
"updated_at": "2025-06-18T15:08:36.20206+08:00",
"deleted_at": null,
"name": "新建计划78",
"uuid": "2985420e-b814-4b4e-85e4-138211a8f903",
"task_type": 3,
"status": 0,
"landing_dock_sn": "",
"begin_at": "2025-06-18T15:30:00+08:00",
"end_at": "2025-06-18T15:33:48+08:00",
"run_at": null,
"completed_at": null,
"wayline_uuid": "463c2531-99e0-4a83-97a2-d1a1bfe4c1bf",
"folder_id": 0,
"bid": "",
"current_waypoint_index": 0,
"total_waypoints": 2,
"media_upload_status": 0,
"resumable_status": "manual",
"is_break_point_resume": false,
"tags": null,
"cloud_to_cloud_id": "",
"source": 1,
"obstacle_avoidance_notify": "",
"operations": null,
"exceptions": null,
"is_conflicted": false,
"is_target": false,
"user_name": "xwqin.qin",
"wayline": {
"id": "",
"name": "",
"template_types": null,
"action_type": 0,
"wait_reason": 0
}
}
]
}
],
"task_time_errors": {
"task_date_error": {
"code": 0,
"level": 0,
"message": ""
},
"task_time_error": {
"code": 0,
"level": 0,
"message": ""
}
}
}
}