GET city/v3/ResidentRegistrationApp/GetStoriedBuildBaseInfo/{id}?qrCode={qrCode}
获取楼栋单元基础信息[v5.0]
Request
URI Params
字段名 | 字段说明 | 字段类型 | 附加信息 |
---|---|---|---|
id |
楼栋单元编号 |
integer |
Default value is 0 |
qrCode |
二维码编号 |
string |
Default value is |
Body Params
None.
Response
APITResultOfJMDJ_StoriedBuildUnitAppModel字段名 | 字段说明 | 字段类型 | 附加信息 |
---|---|---|---|
Data | JMDJ_StoriedBuildUnitAppModel |
None. |
|
Ret |
返回结果(0-成功;>0-失败) ret=0 成功返回/ret=1 参数错误/ret=2 频率受限 /ret=3 Token无效 /ret=4 服务器内部错误 /ret=5 用户操作错误 / ret=6 停机维护 / ret=7 身份失效 |
integer |
None. |
ErrCode |
错误代码,因功能而异 |
integer |
None. |
Msg |
返回信息 |
string |
None. |
SeqId |
请求序列 |
integer |
None. |
InfoMsg |
API附加信息 |
string |
None. |
application/json, text/json
Sample:
{ "Data": { "Id": "1", "StoriedBuildId": "2", "StoriedBuildName": "sample string 3", "Code": "sample string 4", "QrCodeId": "sample string 5", "Name": "sample string 6", "CityId": "7", "CityName": "sample string 8", "CountyId": "9", "CountyName": "sample string 10", "TownId": "11", "TownName": "sample string 12", "VillageId": "13", "VillageName": "sample string 14", "WorkGridId": "15", "WorkGridName": "sample string 16", "BaseGridId": "17", "HEId": "18", "HEName": "sample string 19", "CommunityType": "1", "CommunityTypeDesc": "封闭小区", "State": "1", "StateDesc": "禁用", "PasteLocationImgs": [ "sample string 1", "sample string 2" ], "EnvironmentImgs": [ "sample string 1", "sample string 2" ], "StartLayer": 20, "TopLayer": 21, "HousCount": 22, "BindingGridMember": "23", "Address": "sample string 24", "Range": { "Longitude": 1.1, "Latitude": 2.1 }, "BuildingLeader": "sample string 25", "BuildingLeaderPhone": "sample string 26" }, "Ret": 1, "ErrCode": 2, "Msg": "sample string 3", "SeqId": 4, "InfoMsg": "sample string 5" }