更新保存 Copy
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://10.0.240.18:31088/bifrost-platform/api/platform/agencyinfo/v1/getOrgTypeTree?fiscalYear=2022&changeShow=true</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_kesp_18}}</td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<h5>请求参数示例</h5>
<pre><code>{
"gfaCheckWl": {
"bizid": "",
"fiscalYear": "2023",
"wlName": "白名单",
"status": "1",
"remark": "remark 123"
},
"itemList": [
{
"dwCode": "d_code1",
"dwName": "d_name 1",
"dwBizid": "d_bizid1",
"mofDivId": "mofDivId",
"mofDivCode": "440300000",
"mofDivName": "mofDivName",
"remark": ""
},
{
"dwCode": "d_code 2",
"dwName": "d_name 2",
"dwBizid": "d_bizid2",
"mofDivId": "mofDivId",
"mofDivCode": "440300000",
"mofDivName": "mofDivName",
"remark": ""
}
]
}
</code></pre>