躺平智造工作台与外部同步位置地理数据
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
_REQ_ID | String | 可选 | 123556674 | 请求序列号 | |
buildingName | String | 可选 | xxxx花园 | xxxx花园 | |
provinceCode | String | 可选 | 100000 | 省份编码 | |
cityCode | String | 可选 | 101000 | 城市编码 | |
areaCode | String | 可选 | 101010111 | 区域编码 | |
buildingId | String | 可选 | 13131241 | xxxx花园的唯一标识ID |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
success | Boolean | true | 请求是否成功 |
error_code | String | success | 错误码 |
error_message | String | success | 错误信息 |
biz_success | Boolean | true | 业务是否成功 |
data | String | 1:xxx;2:xxx | 返回数据 |
1 | {"buildingName":"xxxx花园","areaCode":"101010111","_REQ_ID":"123556674","provinceCode":"100000","cityCode":"101000","buildingId":"13131241"} |
1 2 3 4 5 6 7 | { "success":true, "error_code":"success", "error_message":"success", "biz_success":true, "data":"1:xxx;2:xxx" } |
1 | {"error_message":"Illegal request","success":"不等于true","error_code":"sign-check-failure"} |
错误码 | 错误描述 | 解决方案 |
---|