shape导出
<h5>简要描述</h5>
<p>shape导入</p>
<h5>请求URL</h5>
<ul>
<li>/projectshapeachievement/tcprojectshapeachievement/exportshape</li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST</li>
</ul>
<h5>入参(raw格式)</h5>
<table>
<thead>
<tr>
<th>字段</th>
<th>含义</th>
</tr>
</thead>
<tbody>
<tr>
<td>distCode</td>
<td>行政区划 不为空</td>
</tr>
<tr>
<td>tbId</td>
<td>图斑编号 可为空</td>
</tr>
<tr>
<td>shapeNode</td>
<td>1计划2设计3成果 不可为</td>
</tr>
</tbody>
</table>
<h5>请求示例</h5>
<pre><code>{
&quot;data&quot;: {
&quot;distCode&quot;: &quot;4301&quot;,
&quot;tbId&quot;: &quot;618&quot;,
&quot;shapeNode&quot;: 3
}
}</code></pre>
<h5>返回示例</h5>
<pre><code>流下载
</code></pre>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>