文档
测试

获取小区详情

GET
https://zpapi.zp365.com/api/community/GetCommunityinfo?cid={cid}&cmType={cmType}

接口描述

获取小区详情

请求参数

参数名
类型
描述
必填
cid
integer
小区ID对应CommunityID 必填
必填
cmType
integer
小区类型,对应列表返回的CM_Type 必填
必填

响应参数

参数名
类型
描述
必填
Success
boolean
返回成功
必填
ret
integer
0正常返回 1参数错误 2鉴权失败 3内部错误 4其它错误 5没有记录 6分页数据没有记录了
必填
Result
string
返回消息
必填
Content
CommunityInfoDTO
内容包
必填

返回格式

``` { "Success": true, "ret": 2, "Result": "sample string 3", "Content": {} } ```