广东省567个经纬度取最新5分钟内最近的自动站分钟站点信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>根据广东省567个经纬度取最新5分钟内最近的自动站分钟站点信息</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://localhost:8082/mulMin/getMulMin</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p>无参数</p>
<p><strong>返回示例</strong></p>
<pre><code>[
{
"surfChnBasicInfoId": "G1052",
"dDatetime": "2020-04-24 10:15:00",
"lat": 23.3542,
"lon": 113.3722,
"province": "广东省",
"city": "广州市",
"cnty": "白云区",
"girdLat": 23.17,
"girdLon": 113.2554,
"distance": 0.0,
"v12001": 17.1,
"v20010": 999999.0,
"v13019": 0.0,
"v11202": 0.0,
"v13003": 999999.0
},
{
"surfChnBasicInfoId": "G3450",
"dDatetime": "2020-04-24 10:15:00",
"lat": 23.0856,
"lon": 113.2792,
"province": "广东省",
"city": "广州市",
"cnty": "海珠区",
"girdLat": 23.17,
"girdLon": 113.2554,
"distance": 0.0,
"v12001": 18.5,
"v20010": 999999.0,
"v13019": 0.0,
"v11202": 0.0,
"v13003": 999999.0
},
...
]</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>