获取基地
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>道闸出入厂查询</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://192.168.0.239:8080/sf_public?url=/sf_Obtainbase_db</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code>{}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;data&quot;: {
&quot;output&quot;: {
&quot;base&quot;: [
{
&quot;fxyz_contactnumber&quot;: &quot;0373-7408555&quot;,
&quot;fxyz_pk&quot;: &quot;2007903448573411328&quot;,
&quot;modifytime&quot;: &quot;2024-08-06 14:27:56&quot;,
&quot;fxyz_weighingisolation&quot;: false,
&quot;fxyz_controlorganization&quot;: true,
&quot;number&quot;: &quot;KT-JD-001&quot;,
&quot;fxyz_baseid&quot;: &quot;KT&quot;,
&quot;fxyz_latitudes&quot;: 35.043568,
&quot;enable&quot;: &quot;1&quot;,
&quot;name&quot;: {
&quot;zh_CN&quot;: &quot;奎屯基地&quot;
},
&quot;fxyz_longitudes&quot;: 114.083380,
&quot;fxyz_enablecarwash&quot;: false,
&quot;id&quot;: &quot;2007903448573411328&quot;,
&quot;fxyz_address&quot;: &quot;河南省新乡市原阳县太平镇西衙寺村&quot;,
&quot;$id&quot;: &quot;2007903448573411328&quot;,
&quot;$pk&quot;: &quot;id&quot;,
&quot;status&quot;: &quot;C&quot;
}
]
},
&quot;id&quot;: &quot;2030521424304684032&quot;
},
&quot;errorCode&quot;: &quot;0&quot;,
&quot;status&quot;: true
}
</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">long</td>
<td>基地ID</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>