报表数据-生成 Copy 2
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>{{domain_jydd}}/task/info/updateById</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>Header</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">字段名</th>
<th style="text-align: left;">示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">Authorization</td>
<td style="text-align: left;">{{token}}</td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<h5>请求参数示例</h5>
<pre><code>{
"code": "TEST231114100001",
"name": "[测试] 优质评估表计算机",
"fiscalYear": "2023",
"evaluateGroupBizid": "23111411000000001",
"evaluateBizids": ",2023_ZB001,2023_ZB012",
"condTypeCodes": "ALL",
"condFounderTypeCodes": "ALL",
"condEduSectorCodes": "ALL",
"condDirectlyUnderStatus": "ALL",
"bizid": "231114100001"
}
</code></pre>