获取项目下的航线列表接口获取 wayline_id 列表,用于此接口的入参。X-User-Token: ********************curl --location 'http://192.168.10.11:7012/api//openapi/v0.1/wayline/' \
--header 'gis-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NzIwNzI1ODEsInVzZXJuYW1lIjoic3lhZG1pbiJ9._MztFZUO72f_nClLz-Yf-qcDFHOm-G_o1ZkJZplzSQU' \
--header 'x-tenant-id: 1011' \
--header 'x-access-token: {{$string.uuid}}' \
--header 'X-User-Token: <api-key>'{
"code": 0,
"message": "",
"data": {
"id": "be903684-5423-45b9-b81d-0df2824be6f9",
"name": "精准复拍 ",
"download_url": "http://xxx:30802/file-storage-privatization/...",
"update_time": 0,
"template_types": [
"WayPoint"
],
"payload_information": [
{
"domain": "1",
"type": "81",
"lens_type": "2"
}
],
"distance": 152.834060668945,
"wayline_point_nums": 5,
"device_model_key": "0-91-1"
}
}