GET API/Property/GetAnnouncementByRoomId/{communityId}?roomId={roomId}&lastId={lastId}
获取公告 返回结果:{"Status":true,"Code":"","Data":{"Valid":true,"Message":"","Obj":[{"Id":"b1a101d269fc489a96147cb1405c6910","Title":"当菲菲","Cover":"","DateTime":"2015-07-24T18:09:58.68","Url":"/Property/News/Detail/b1a101d269fc489a96147cb1405c6910"}]}}
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
communityId | 小区ID |
Define this parameter in the request URI. |
roomId | 房子ID,没有房子ID时为空 |
Define this parameter in the request URI. |
lastId | 上一页最后一条记录ID |
Define this parameter in the request URI. |