文档
测试

获取评论

POST
/api/ProposalManage/Proposal/GetComment

请求参数

参数名
类型
描述
必填
proposalID
string
示例:d9a1b097-1f1c-47ae-bd83-942c4394ccf9
必填
Code
string
示例:
必填

响应参数

参数名
类型
描述
必填
data
object
数据字典
必填
proposalTitle
string
示例:01013第二次测试
必填
leader
string
示例:曾涛
必填
proposalTime
string
示例:2021-01-13
必填
proposalComment
array
数据列表
必填
username
string
示例:管理员
必填
loweredUsername
string
示例:管理员
必填
roleName
string
示例:人大代表
必填
roleType
int
示例:1304
必填
createTimeStr
string
示例:2021-02-25
必填
termID
string
示例:867b6915-10e1-44cb-95ff-0df719af573c
必填
proposalID
string
示例:d9a1b097-1f1c-47ae-bd83-942c4394ccf9
必填
userID
string
示例:47fd7208-7bae-4fb1-b0d0-6485873dd7eb
必填
ownerID
string
示例:7f73a57c-66e3-4538-9f75-7ad1ce771fc3
必填
commentContent
string
示例:12333333333333333333333333333333333
必填
id
string
示例:2597b5f6-2966-4386-96ff-373ca31b55e9
必填
createTime
string
示例:2021-02-25 13:31:52
必填
modifyTime
string
示例:2021-02-25 13:31:52
必填
code
int
示例:100
必填
message
string
示例:操作成功
必填
other
object
示例:null
必填
configVersion
int
示例:439
必填

说明 / 示例

```request proposalID 议案建议ID ``` ```res { "data": { "proposalTitle": "01013第二次测试", #议案标题 "leader": "曾涛", #领衔 "leaderHeadImg":"", #头像地址 "proposalTime": "2021-01-13", # 时间 "proposalComment": [ { "username": "管理员", #用户名 "loweredUsername": "管理员", "roleName": "人大代表", #权限 "HeadImg":"",# 头像 "roleType": 1304, "createTimeStr": "2021-02-25", "termID": "867b6915-10e1-44cb-95ff-0df719af573c", "proposalID": "d9a1b097-1f1c-47ae-bd83-942c4394ccf9", "userID": "47fd7208-7bae-4fb1-b0d0-6485873dd7eb", "ownerID": "7f73a57c-66e3-4538-9f75-7ad1ce771fc3", "commentContent": "123333333333333333", # 内容 "id": "2597b5f6-2966-4386-96ff-373ca31b55e9", "createTime": "2021-02-25 13:31:52", "modifyTime": "2021-02-25 13:31:52" }, { "username": "管理员", "loweredUsername": "管理员", "roleName": "系统管理员", "roleType": 0, "createTimeStr": "2021-02-25", "termID": "867b6915-10e1-44cb-95ff-0df719af573c", "proposalID": "d9a1b097-1f1c-47ae-bd83-942c4394ccf9", "userID": "47fd7208-7bae-4fb1-b0d0-6485873dd7eb", "ownerID": "6d382e10-b24d-47f0-a141-e2440d659a83", "commentContent": "12333333333333333333333333333333333", "id": "39193fbd-4667-45c9-918f-a64724d7ec18", "createTime": "2021-02-25 13:25:58", "modifyTime": "2021-02-25 13:25:58" } ] }, "code": 100, "message": "操作成功", "other": null, "configVersion": 439 } ```