简要描述
请求URL
/portal/membersSolicitation/list
请求方式
参数
返回示例
{
"msg": "操作成功",
"code": 200,
"success": true,
"page": {
"count": 3,
"list": [
{
"id": "fc5e7c467029411591122d2766f9a2f3",
"createBy": { ***},
"createDate": "2022-08-08 16:14:21",
"updateBy": {***},
"updateDate": "2022-08-08 18:32:33",
"committeeId": "0e6e74f4c265420488272316095f17e8",
"procInsId": "",
"title": "[TC113/SC127]征集",
"beginDate": "2022-08-08",
"endDate": "2022-08-18",
"status": "1",
"forcedEndFlag": "0",
"content": "",
"fileUrl": "*****"
},
{
"id": "23885c788eec4e1b866b1353b8a18fe0",
"createBy": {***},
"createDate": "2022-08-05 14:08:13",
"updateBy": {***},
"updateDate": "2022-08-05 15:02:51",
"committeeId": "94e1c00cd5bd4d8fb05bb9867cde53f1",
"procInsId": "",
"title": "TC112/SC12",
"beginDate": "2022-08-05",
"endDate": "2022-08-15",
"status": "1",
"forcedEndFlag": "0",
"content": "",
"fileList": [
{
"fileName": "JEECG JEasyPoi技术指南.docx",
"fileUrl": "***/2022/8/JEECG JEasyPoi技术指南(6).docx",
"fileSize": "83.90KB"
},
{
"fileName": "JEECG JEasyPoi技术指南.docx",
"fileUrl": "***/2022/8/JEECG JEasyPoi技术指南(6).docx",
"fileSize": "83.90KB"
}
]
},
{
"id": "0727d3e098b04b15b10860ae2c47f179",
"createBy": {***},
"createDate": "2022-08-02 19:53:12",
"updateBy": {***},
"updateDate": "2022-08-02 19:53:29",
"committeeId": "ee6b8455c2344d4e9e19a255b6652445",
"procInsId": "",
"title": "TC113/SC25征集",
"beginDate": "2022-08-02",
"endDate": "2022-08-11",
"status": "1",
"forcedEndFlag": "0",
"content": "",
"fileList": [
{
"fileName": "JEECG JEasyPoi技术指南.docx",
"fileUrl": "***/2022/8/JEECG JEasyPoi技术指南(6).docx",
"fileSize": "83.90KB"
}
]
}
]
}
}
返回参数说明
参数名 |
类型 |
说明 |
committeeId |
string |
委员会的id |
title |
string |
标题 |
content |
string |
内容,非必填,可能为空 |
beginDate |
string |
开始时间 |
endDate |
string |
结束时间 |
fileList |
string |
附件列表,word或者pdf,需要在门户网站预览 |