微型气象站大风数据
<h2>微型气象站大风数据</h2>
<p><strong>接口地址</strong>:<code>http://10.165.3.168:8501/smart-weather/bigscreen/groundInfo/getSmallStationWindData</code></p>
<p><strong>请求方式</strong>:<code>GET</code></p>
<p><strong>请求数据类型</strong>:<code>*</code></p>
<p><strong>响应数据类型</strong>:<code>*/*</code></p>
<p><strong>接口描述</strong>:微型气象站大风数据</p>
<p><strong>请求参数</strong>:</p>
<p><strong>请求参数</strong>:</p>
<table>
<thead>
<tr>
<th>参数名称</th>
<th>参数说明</th>
<th>in</th>
<th>是否必须</th>
<th>数据类型</th>
<th>schema</th>
</tr>
</thead>
<tbody>
<tr>
<td>endTime</td>
<td>开始时间 整点(yyyy-MM-dd HH:00:00)</td>
<td>query</td>
<td>false</td>
<td>string</td>
</tr>
<tr>
<td>startTime</td>
<td>结束时间 整点(yyyy-MM-dd HH:00:00)</td>
<td>query</td>
<td>false</td>
<td>string</td>
</tr>
</tbody>
</table>
<p><strong>响应状态</strong>:</p>
<table>
<thead>
<tr>
<th>状态码</th>
<th>说明</th>
<th>schema</th>
</tr>
</thead>
<tbody>
<tr>
<td>200</td>
<td>OK</td>
<td>接口返回对象«List«StationWindDataVO»»</td>
</tr>
<tr>
<td>401</td>
<td>Unauthorized</td>
</tr>
<tr>
<td>403</td>
<td>Forbidden</td>
</tr>
<tr>
<td>404</td>
<td>Not Found</td>
</tr>
</tbody>
</table>
<p><strong>响应参数</strong>:</p>
<table>
<thead>
<tr>
<th>参数名称</th>
<th>参数说明</th>
<th>类型</th>
<th>schema</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>返回代码</td>
<td>integer(int32)</td>
<td>integer(int32)</td>
</tr>
<tr>
<td>message</td>
<td>返回处理消息</td>
<td>string</td>
</tr>
<tr>
<td>result</td>
<td>返回数据对象</td>
<td>array</td>
<td>StationWindDataVO</td>
</tr>
<tr>
<td>&emsp;&emsp;dataTime</td>
<td>时间</td>
<td>string</td>
</tr>
<tr>
<td>&emsp;&emsp;instantWind</td>
<td>瞬时风速</td>
<td>string</td>
</tr>
<tr>
<td>&emsp;&emsp;instantWindDirection</td>
<td>瞬时风速风向</td>
<td>string</td>
</tr>
<tr>
<td>&emsp;&emsp;latitude</td>
<td>纬度</td>
<td>string</td>
</tr>
<tr>
<td>&emsp;&emsp;longitude</td>
<td>经度</td>
<td>string</td>
</tr>
<tr>
<td>&emsp;&emsp;maxWindDirection</td>
<td>最大风速风向</td>
<td>string</td>
</tr>
<tr>
<td>&emsp;&emsp;maximumWind</td>
<td>极大风速</td>
<td>string</td>
</tr>
<tr>
<td>&emsp;&emsp;maximumWindDirection</td>
<td>极大风速风向</td>
<td>string</td>
</tr>
<tr>
<td>&emsp;&emsp;maximumWindTime</td>
<td>极大风速时间</td>
<td>string</td>
</tr>
<tr>
<td>&emsp;&emsp;stationCode</td>
<td>站点编号</td>
<td>string</td>
</tr>
<tr>
<td>&emsp;&emsp;stationName</td>
<td>站点名称</td>
<td>string</td>
</tr>
<tr>
<td>&emsp;&emsp;tenWind</td>
<td>10分钟平均风速</td>
<td>string</td>
</tr>
<tr>
<td>&emsp;&emsp;tenWindDirection</td>
<td>10分钟平均风速风向</td>
<td>string</td>
</tr>
<tr>
<td>&emsp;&emsp;twoWind</td>
<td>2分钟平均风速</td>
<td>string</td>
</tr>
<tr>
<td>&emsp;&emsp;twoWindDirection</td>
<td>2分钟平均风速风向</td>
<td>string</td>
</tr>
<tr>
<td>&emsp;&emsp;zuidaWind</td>
<td>最大风速</td>
<td>string</td>
</tr>
<tr>
<td>&emsp;&emsp;zuidaWindTime</td>
<td>最大风速出现时间</td>
<td>string</td>
</tr>
<tr>
<td>success</td>
<td>成功标志</td>
<td>boolean</td>
</tr>
<tr>
<td>timestamp</td>
<td>时间戳</td>
<td>integer(int64)</td>
<td>integer(int64)</td>
</tr>
</tbody>
</table>
<p><strong>响应示例</strong>:</p>
<pre><code class="language-javascript">{
&quot;code&quot;: 0,
&quot;message&quot;: &quot;&quot;,
&quot;result&quot;: [
{
&quot;dataTime&quot;: &quot;&quot;,
&quot;instantWind&quot;: &quot;&quot;,
&quot;instantWindDirection&quot;: &quot;&quot;,
&quot;latitude&quot;: &quot;&quot;,
&quot;longitude&quot;: &quot;&quot;,
&quot;maxWindDirection&quot;: &quot;&quot;,
&quot;maximumWind&quot;: &quot;&quot;,
&quot;maximumWindDirection&quot;: &quot;&quot;,
&quot;maximumWindTime&quot;: &quot;&quot;,
&quot;stationCode&quot;: &quot;&quot;,
&quot;stationName&quot;: &quot;&quot;,
&quot;tenWind&quot;: &quot;&quot;,
&quot;tenWindDirection&quot;: &quot;&quot;,
&quot;twoWind&quot;: &quot;&quot;,
&quot;twoWindDirection&quot;: &quot;&quot;,
&quot;zuidaWind&quot;: &quot;&quot;,
&quot;zuidaWindTime&quot;: &quot;&quot;
}
],
&quot;success&quot;: true,
&quot;timestamp&quot;: 0
}</code></pre>