文档
测试

返回所有经纬度

POST
/admin/jwZongBack

响应参数

参数名
类型
描述
必填
data
object
数据字典
必填
type
string
示例:FeatureCollection
必填
features
array
数据列表
必填
type
string
示例:Feature
必填
properties
object
数据字典
必填
avg
int
示例:5
必填
geometry
object
数据字典
必填
type
string
示例:Point
必填
coordinates
array
数据列表
必填
code
int
示例:200
必填
msg
string
示例:请求成功
必填

说明 / 示例

{ "data": { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "avg": 5 }, "geometry": { "type": "Point", "coordinates": [ "116.572483", "39.873027" ] } }, { "type": "Feature", "properties": { "avg": 5 }, "geometry": { "type": "Point", "coordinates": [ "116.479486", "39.929483" ] } }, { "type": "Feature", "properties": { "avg": 5 }, "geometry": { "type": "Point", "coordinates": [ "116.453146", "39.907020" ] } }, { "type": "Feature", "properties": { "avg": 5 }, "geometry": { "type": "Point", "coordinates": [ "115.961203", "39.753152" ] } } ] }, "code": 200, "msg": "请求成功" }