shape导入
<h5>简要描述</h5>
<p>shape导入</p>
<h5>请求URL</h5>
<ul>
<li>/projectshapeachievement/tcprojectshapeachievement/shp2wktByDesignResult</li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST</li>
</ul>
<h5>入参(form-data格式)</h5>
<table>
<thead>
<tr>
<th>字段</th>
<th>含义</th>
</tr>
</thead>
<tbody>
<tr>
<td>files</td>
<td>文件</td>
</tr>
<tr>
<td>infoId</td>
<td>主项目ID</td>
</tr>
<tr>
<td>applyId</td>
<td>子项目ID</td>
</tr>
<tr>
<td>projectTypeCode</td>
<td>项目类型</td>
</tr>
<tr>
<td>shapeNode</td>
<td>1计划2设计3成果</td>
</tr>
</tbody>
</table>
<h5>请求示例</h5>
<pre><code></code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;data&quot;: &quot;success&quot;,
&quot;decryptFlag&quot;: false,
&quot;message&quot;: &quot;success&quot;,
&quot;status&quot;: 200
}
</code></pre>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>