标委会详情
<h5>简要描述</h5>
<ul>
<li>根据id获取标委会详情</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/portal/membersSolicitation/committeeDetail</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>主键id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"msg": "操作成功",
"code": 200,
"committee": {
"id": "d574a71bedb24652a76c4c37d94683d7",
"remarks": "",
"createBy": {
"id": "1",
"roleIdList": [],
"admin": true,
"roleIds": "",
"roleNames": ""
},
"createDate": "2022-07-15 15:28:56",
"updateBy": {
"id": "1",
"roleIdList": [],
"admin": true,
"roleIds": "",
"roleNames": ""
},
"updateDate": "2022-07-15 15:28:56",
"name": "11",
"abbreviation": "333",
"englishName": "222",
"sessionNumber": "44",
"committeeNumber": "44",
"establishDate": "",
"preparatoryUnit": "",
"businessGuidanceUnit": "",
"responsibilityScope": "",
"briefIntroduction": "",
"businessDepartment": {
"id": "52b5d6a75d6148f2b5d01cc5e71ed5bd",
"name": "森林消防局"
},
"approvalNumber": "",
"approvalDate": "2022-06-06",
"firstEstablishmentNo": "",
"firstFoundingYear": "",
"committeeClassification": "1",
"enterpriseResearchFlag": "",
"tcClassification": "",
"office": {
"id": "b181d701625c4aa0b293964eadf0334a",
"name": "11",
"sort": 30,
"children": [],
"type": "2",
"disabled": false,
"parentId": "0"
},
"bigCommittee": {
"id": ""
},
"committeeStatus": "6"
},
"success": true
}</code></pre>