{ "task_id": "AGT250903005125", "task_type": "LOAD", "progress": 60, "issues": [ "已到达港口A1,请求对接", "请求安全光栅禁用" ], "agv_id": "AGV-01", "execution_time": 120, "required_resource": [ "A1_ARRIVED", "GRATING_DISABLED" ] }
curl --location --request POST 'http://dev-cn.your-api-server.com/api/v1/agvs/tasks?device_id&port_id&requirement_id=' \ --header 'Content-Type: application/json' \ --data-raw '{ "task_id": "AGT250903005125", "task_type": "LOAD", "progress": 60, "issues": [ "已到达港口A1,请求对接", "请求安全光栅禁用" ], "agv_id": "AGV-01", "execution_time": 120, "required_resource": [ "A1_ARRIVED", "GRATING_DISABLED" ] }'
{ "code": 200, "message": "OK", "data": {} }