文档
测试

议事详情

GET
http://49.4.82.139:8081/mini/onlineChamber/onlineChamberDetail.do

请求参数

参数名
类型
描述
必填
userId
Long
用户id
必填
onlineChamberId
意见id
必填

说明 / 示例

{ "retcode": 200, "errcode": 0, "message": "获取议事详情成功", "data": { "title": "test1014一里投票", "onlineChamberId": 13, "releaseTime": 1603093440000, "chamberContent": "<p>test1014一里投票</p>", "isOverdue": 1, "isComments": 0, "voteVos": [ { "onlineCommentsVoteId": 17, "title": "1", "voteNumber": 0, "accounted": "0%", "isOnlineCommentsVoteId": 0 }, { "onlineCommentsVoteId": 18, "title": "2", "voteNumber": 0, "accounted": "0%", "isOnlineCommentsVoteId": 0 }, { "onlineCommentsVoteId": 19, "title": "3", "voteNumber": 0, "accounted": "0%", "isOnlineCommentsVoteId": 0 } ], "commentsVos": [ { "onlineChamberCommentsId": 5, "avatarUrl": "https://rht.obs.cn-north-1.myhuaweicloud.com/pic/default.jpg", "nickname": "测L", "commentsContent": "这是测试", "thumb": 1, "isThumb": 0 }, { "onlineChamberCommentsId": 6, "avatarUrl": "https://rht.obs.cn-north-1.myhuaweicloud.com/pic/default.jpg", "nickname": "不好好", "commentsContent": "休闲", "thumb": 0, "isThumb": 0 } ] } }