文档
测试

一级分类下根据街区返回经纬度

POST
/admin/typeJwBack

请求参数

参数名
类型
描述
必填
type_id
int
1
必填
jiequ
string
崔各庄
必填

响应参数

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

说明 / 示例

{ "code": 200, "msg": "请求成功", "data": { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "description": "", "avg": 5 }, "geometry": { "type": "Point", "coordinates": [ "116.502968", "40.023026" ] } } ] } }