文档
测试

警务辖区反算

POST
/zhksj/fzgj/xqfs/jwxqfs

请求参数

参数名
类型
描述
必填
x
float
经度
必填
y
float
纬度
必填
level
int
派出所:13;警务责任区:14
必填

响应参数

参数名
类型
描述
必填
organization_code
string
所属辖区代码
必填
organization_name
string
所属辖区名称
必填
adjacent_organization_code
string
相邻辖区代码
必填
adjacent_organization_name
string
相邻辖区名称
必填
jurisdiction
string
所属辖区范围
必填
adjacent_jurisdiction
string
相邻辖区范围
必填

说明 / 示例

--请求示例: { "RequestType": 3, (1:轮询,2:websocket,3:带参定向请求,4:无参定向请求) "senderID": "HDWD_JY", "serviceDescript": { "data": { "x":114.34737896563527, "y":29.668457973947334, "level":13 }, "serviceMethod": "post" } } --返回示例: 一: { "code": "100", "message": "服务请求成功,返回有值", "serviceDescript": { "data": { "organization_code":"4372000100", "organization_name":"开发区派出所", "adjacent_organization_code":"4372000200", "adjacent_organization_name":"城南派出所", "jurisdiction":[ "top":{ "x":114.34737896563527, "y":29.668457973947334 }, "left":{ "x":114.34737896563527 "y":29.668457973947334 }, "bottom":{ "x":114.34737896563527, "y":29.668457973947334 }, "right":{ "x":114.34737896563527, "y":29.668457973947334 } ], "adjacent_jurisdiction":[ "top":{ "x":114.34737896563527, "y":29.668457973947334 }, "left":{ "x":114.34737896563527 "y":29.668457973947334 }, "bottom":{ "x":114.34737896563527, "y":29.668457973947334 }, "right":{ "x":114.34737896563527, "y":29.668457973947334 } ] } } } 二: { "code": "101", "message": "服务请求成功,返回无值", "serviceDescript": { "data": { "organization_code":"", "organization_name":"", "adjacent_organization_code":"", "adjacent_organization_name":"", "jurisdiction":[], "adjacent_jurisdiction":[] } } } 二: { "code": "103", "message": "服务请求失败,服务端无法连接" }