杭州统一监督组件

组件


新增办理进度(组件)

<p><strong>接口URL</strong></p> <p>&gt; /subassembly/su/w/v1/deliberationopinion/addProgress</p> <p><strong>请求方式</strong></p> <p>&gt; POST</p> <p><strong>Content-Type</strong></p> <p>&gt; json</p> <p><strong>请求Body参数</strong></p> <table> <thead> <tr> <th>参数名</th> <th>示例值</th> <th>参数类型</th> <th>是否必填</th> <th>参数描述</th> </tr> </thead> <tbody> <tr> <td>deliberationOpinionId</td> <td>审议意见ID</td> <td>Long</td> <td>是</td> <td>-</td> </tr> <tr> <td>handleProgress</td> <td>任务进度</td> <td>BigDecimal</td> <td>是</td> <td>-</td> </tr> <tr> <td>handleDesc</td> <td>办理进展</td> <td>String</td> <td>是</td> <td>-</td> </tr> </tbody> </table> <p><strong>请求Body示例</strong></p> <pre><code class="language-javascript">{ &amp;quot;deliberationOpinionId&amp;quot;: 123345435, &amp;quot;handleProgress&amp;quot;: 23.3, &amp;quot;handleDesc&amp;quot;: &amp;quot;完成23%&amp;quot; }</code></pre> <p><strong>响应示例</strong></p> <pre><code class="language-javascript">{ &amp;quot;code&amp;quot;: 1200, &amp;quot;data&amp;quot;: true, &amp;quot;desc&amp;quot;: &amp;quot;操作成功&amp;quot;, &amp;quot;ex&amp;quot;: null, &amp;quot;refreshPermission&amp;quot;: false }</code></pre> <ul> <li>失败(404)</li> </ul> <pre><code class="language-javascript">{ &amp;quot;code&amp;quot;: 1601, &amp;quot;data&amp;quot;: null, &amp;quot;desc&amp;quot;: &amp;quot;未选择职位&amp;quot;, &amp;quot;ex&amp;quot;: &amp;quot;未选择职位&amp;quot;, &amp;quot;refreshPermission&amp;quot;: false }</code></pre>

页面列表

ITEM_HTML