徐州参数化
  1. 禁飞区
徐州参数化
  • 任务工单管理
    • 航点结果
      • [提供接口] 工单航点参数
  • 控制台
    • [提供接口] 接收某任务的鸟瞰图
      POST
  • 电子围栏
    • 施工现场
      • 施工现场列表
      • 施工现场详情
    • 电子围栏
      • 电子围栏列表
      • 电子围栏详情
    • 禁飞区
      • 禁飞区列表
        GET
      • 禁飞区详情
        GET
  1. 禁飞区

禁飞区列表

开发中
测试外网环境
http://airia.nat100.top/api/xz_parametric/v1
测试外网环境
http://airia.nat100.top/api/xz_parametric/v1
GET
/construction/no-fly-zone/list

请求参数

Header 参数
Authorization
string 
可选
默认值:
DJ1IveYRsB6BcH3wHM5VIL2oe9PVW++VVsSSE5Yi5gbkDoXd2XWrBVCcj+wzZmzu

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://airia.nat100.top/api/xz_parametric/v1/construction/no-fly-zone/list' \
--header 'Authorization: DJ1IveYRsB6BcH3wHM5VIL2oe9PVW++VVsSSE5Yi5gbkDoXd2XWrBVCcj+wzZmzu'

返回响应

🟢200成功
application/json
Body
code
integer 
必需
err
boolean 
必需
msg
string 
必需
req_id
string 
必需
data
object 
必需
list
array [object {14}] 
必需
total
integer 
必需
示例
{
  "code": 0,
  "err": false,
  "msg": "OK",
  "req_id": "868fd47361ea/m22cBu5l4J-000003",
  "data": {
    "total": 5,
    "list": [
      {
        "id": 8,
        "name": "12321",
        "longitude": 116.99853977769538,
        "latitude": 34.27757936786104,
        "geometry_type": 1,
        "geometry_type_str": "圆柱体",
        "radius": 34.27757936786104,
        "height": 0,
        "height_limit": 123,
        "has_bound": false,
        "created_at": 1732181388,
        "created_at_str": "2024-11-21 17:29:48",
        "updated_at": 1732181388,
        "updated_at_str": "2024-11-21 17:29:48"
      },
      {
        "id": 7,
        "name": "test2",
        "longitude": 117.0262723645789,
        "latitude": 34.25381874188058,
        "geometry_type": 1,
        "geometry_type_str": "圆柱体",
        "radius": 34.25381874188058,
        "height": 0,
        "height_limit": 50,
        "has_bound": false,
        "created_at": 1732181283,
        "created_at_str": "2024-11-21 17:28:03",
        "updated_at": 1732181283,
        "updated_at_str": "2024-11-21 17:28:03"
      },
      {
        "id": 6,
        "name": "3",
        "longitude": 112,
        "latitude": 40,
        "geometry_type": 1,
        "geometry_type_str": "圆柱体",
        "radius": 40,
        "height": 0,
        "height_limit": 200,
        "has_bound": false,
        "created_at": 1730080635,
        "created_at_str": "2024-10-28 09:57:15",
        "updated_at": 1730080635,
        "updated_at_str": "2024-10-28 09:57:15"
      },
      {
        "id": 4,
        "name": "禁飞区2",
        "longitude": 117.1,
        "latitude": 38.2,
        "geometry_type": 1,
        "geometry_type_str": "圆柱体",
        "radius": 100,
        "height": 0,
        "height_limit": 300,
        "has_bound": false,
        "created_at": 1728976407,
        "created_at_str": "2024-10-15 15:13:27",
        "updated_at": 1728976407,
        "updated_at_str": "2024-10-15 15:13:27"
      },
      {
        "id": 1,
        "name": "禁飞区1-1",
        "longitude": 117.1,
        "latitude": 38.2,
        "geometry_type": 1,
        "geometry_type_str": "圆柱体",
        "radius": 100,
        "height": 0,
        "height_limit": 300,
        "has_bound": false,
        "created_at": 1728976390,
        "created_at_str": "2024-10-15 15:13:10",
        "updated_at": 1728976390,
        "updated_at_str": "2024-10-15 15:13:10"
      }
    ]
  }
}
上一页
电子围栏详情
下一页
禁飞区详情
Built with