GET API/Property/GetCommunicateByComplainIdOrRepairId/{id}?residentId={residentId}&lastId={lastId}

获取投诉报修里的沟通 返回结果:{"Status":true/false,"Code":"","Data":{"Valid":true/false,"Message":"","Obj":[{"SendType":true(业主自己)/false(物业),"Img":"图片","Name":"业主名称","Content":"内容","Type":"TEXT","Created":"发送时间"}]}}

Request Information

Parameters

NameDescriptionAdditional information
id
投诉Id,报修Id

Define this parameter in the request URI.

residentId
业主Id

Define this parameter in the request URI.

lastId
上一页最后一条记录的Id

Define this parameter in the request URI.