id
wayline_id
获取航线详情
X-User-Token: ********************
curl --location --request GET 'https://es-flight-api-cn.djigate.com/openapi/v0.1/wayline' \ --header 'X-Request-Id: {{$string.uuid}}' \ --header 'X-Language: zh' \ --header 'X-Project-Uuid: {{X-Project-Uuid}}' \ --header 'X-User-Token;'
{ "code": 0, "message": "", "data": { "list": [ { "id": "9685c7fe-a231-4612-9ced-1d2921db04ad", "name": "喊话器", "size": 3724762, "payload_information": [ { "domain": "1", "type": "98", "lens_type": "wide" } ], "device_model_key": "0-100-0", "template_types": [ "waypoint" ], "update_time": 1737547741191 }, { "id": "a70c8dec-ec58-4c8d-9ca7-e27c2f01a2d4", "name": "新建面状航线", "size": 1391439, "payload_information": [ { "domain": "1", "type": "66", "lens_type": "wide" } ], "device_model_key": "0-77-0", "template_types": [ "mapping_2d" ], "update_time": 1737544576295 } ] } }