文档
测试

新建区域图

POST
/operation/1.1/layer

请求头

参数名
类型
描述
必填
token
字符串
用户登录后返回的token
必填

示例

请求体: ``` { "imageUrl": "xxx", "points": "xxx", "areaId":1, "projectId":1 } ``` 响应体: ``` { "id":1 } ```

请求参数说明

参数名
类型
描述
必填
points
string
图层数据 示例:xxx
必填
areaId
int
绑定的区域ID示例:1
必填
imageUrl
自定义覆盖物路径
必填

响应参数说明

参数名
类型
描述
必填
id
int
ID
必填