动态数据交换接口


9 工程规则

<h5>请求URL</h5> <ul> <li><code>http://IP:端口号/dynamicData/regulationSave</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST</li> </ul> <p>功能描述 工程规则_上传</p> <h3>请求参数</h3> <table> <thead> <tr> <th>名称</th> <th>位置</th> <th>类型</th> <th>必选</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>token</td> <td>header</td> <td>string</td> <td>否</td> <td>none</td> </tr> <tr> <td>body</td> <td>body</td> <td><a href="#schemadedynamicengineeringregulation">DeDynamicEngineeringRegulation</a></td> <td>否</td> <td>none</td> </tr> </tbody> </table> <h3>返回结果</h3> <table> <thead> <tr> <th>状态码</th> <th>状态码含义</th> <th>说明</th> <th>数据模型</th> </tr> </thead> <tbody> <tr> <td>0</td> <td><a href="https://tools.ietf.org/html/rfc7231#section-6.3.1">OK</a></td> <td>成功</td> <td>Inline</td> </tr> </tbody> </table> <h1>数据模型</h1> <p>&lt;h2 id=&quot;tocS_R«Boolean»&quot;&gt;R«Boolean»&lt;/h2&gt;</p> <p>&lt;a id=&quot;schemar«boolean»&quot;&gt;&lt;/a&gt; &lt;a id=&quot;schema_R«Boolean»&quot;&gt;&lt;/a&gt; &lt;a id=&quot;tocSr«boolean»&quot;&gt;&lt;/a&gt; &lt;a id=&quot;tocsr«boolean»&quot;&gt;&lt;/a&gt;</p> <pre><code class="language-json">{ &amp;quot;code&amp;quot;: 0, &amp;quot;data&amp;quot;: true, &amp;quot;msg&amp;quot;: &amp;quot;ok&amp;quot;, &amp;quot;path&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;extra&amp;quot;: { &amp;quot;{}&amp;quot;: {} }, &amp;quot;timestamp&amp;quot;: &amp;quot;System.currentTimeMillis()&amp;quot;, &amp;quot;errorMsg&amp;quot;: &amp;quot;string&amp;quot; } </code></pre> <h3>属性</h3> <table> <thead> <tr> <th>名称</th> <th>类型</th> <th>必选</th> <th>约束</th> <th>中文名</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>code</td> <td>integer</td> <td>false</td> <td>none</td> <td>调用是否成功标识,0:成功,-1:系统繁忙,此时请开发者稍候再试 详情见[ExceptionCode]&lt;br /&gt;响应编码:0/200-请求处理成功</td> </tr> <tr> <td>data</td> <td>boolean</td> <td>false</td> <td>none</td> <td>调用结果&lt;br /&gt;响应数据</td> </tr> <tr> <td>msg</td> <td>string</td> <td>false</td> <td>none</td> <td>结果消息,如果调用成功,消息通常为空T&lt;br /&gt;提示消息</td> </tr> <tr> <td>path</td> <td>string</td> <td>false</td> <td>none</td> <td>请求路径</td> </tr> <tr> <td>extra</td> <td><a href="#schemamap%c2%abobject%c2%bb">Map«Object»</a></td> <td>false</td> <td>none</td> <td>附加数据&lt;br /&gt;附加数据</td> </tr> <tr> <td>timestamp</td> <td>integer</td> <td>false</td> <td>none</td> <td>响应时间&lt;br /&gt;响应时间戳</td> </tr> <tr> <td>errorMsg</td> <td>string</td> <td>false</td> <td>none</td> <td>系统报错时,抛出的原生信息&lt;br /&gt;异常消息</td> </tr> </tbody> </table> <p>&lt;h2 id=&quot;tocS_DeDynamicEngineeringRegulation&quot;&gt;DeDynamicEngineeringRegulation&lt;/h2&gt;</p> <p>&lt;a id=&quot;schemadedynamicengineeringregulation&quot;&gt;&lt;/a&gt; &lt;a id=&quot;schema_DeDynamicEngineeringRegulation&quot;&gt;&lt;/a&gt; &lt;a id=&quot;tocSdedynamicengineeringregulation&quot;&gt;&lt;/a&gt; &lt;a id=&quot;tocsdedynamicengineeringregulation&quot;&gt;&lt;/a&gt;</p> <pre><code class="language-json">{ &amp;quot;enCode&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;areaCode&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;startElevation&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;endElevation&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;sectionElevation&amp;quot;: &amp;quot;string&amp;quot; } </code></pre> <h3>属性</h3> <table> <thead> <tr> <th>名称</th> <th>类型</th> <th>必选</th> <th>约束</th> <th>中文名</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>enCode</td> <td>string</td> <td>true</td> <td>none</td> <td>工程编码</td> </tr> <tr> <td>areaCode</td> <td>string</td> <td>false</td> <td>none</td> <td>行政区划编码</td> </tr> <tr> <td>startElevation</td> <td>string</td> <td>false</td> <td>none</td> <td>实测起点堤顶高程</td> </tr> <tr> <td>endElevation</td> <td>string</td> <td>false</td> <td>none</td> <td>实测终点堤顶高程</td> </tr> <tr> <td>sectionElevation</td> <td>string</td> <td>false</td> <td>none</td> <td>实测典型断面堤顶高程</td> </tr> </tbody> </table>

页面列表

ITEM_HTML