修改明细参数数据
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://localhost:8888/paramGroup/edit</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>Header</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">header</th>
<th style="text-align: left;">必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">X-Token</td>
<td style="text-align: left;">是</td>
<td>string</td>
<td>无</td>
</tr>
<tr>
<td style="text-align: left;">Content-Type</td>
<td style="text-align: left;">是</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<h5>请求参数示例</h5>
<pre><code>{
&quot;paramId&quot;: &quot;202109301117530001&quot;,
&quot;paramGroupCode&quot;: &quot;XTCS&quot;,
&quot;paramCode&quot;: &quot;1001&quot;,
&quot;paramName&quot;: &quot;登录超时时间(分钟)&quot;,
&quot;paramValue&quot;: &quot;1440&quot;,
&quot;paramScopeDict&quot;: &quot;适用范围字典 枚举ParamScopeDictEnum&quot;,
&quot;paramDesc&quot;: &quot;参数描述说明&quot;,
&quot;statusDict&quot;: &quot;1&quot;
}
</code></pre>