中科大脑


各街镇天气实况

<h2>各街镇天气实况</h2> <p><strong>接口地址</strong>:<code>http://10.165.3.168:8501/smart-weather/bigscreen/groundInfo/ListSwGroundInfoData</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>streetName</td> <td>streetName</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«各街镇实况信息»»</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>各街镇实况信息</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;avePressure</td> <td>平均气压</td> <td>string</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;aveTemperature</td> <td>温度</td> <td>string</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;hourRain</td> <td>小时降水</td> <td>string</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;minMinuteVisibility</td> <td>最小能见度</td> <td>string</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;minMinuteVisibilityTime</td> <td>最小能见度时间</td> <td>string</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;mstm</td> <td>string(date-time)</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;oneMinuteVisibility</td> <td>1分钟能见度</td> <td>string</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;personMinuteVisibility</td> <td>人工观察能见度</td> <td>string</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;relativeHumidity</td> <td>相对湿度</td> <td>string</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;stcd</td> <td>站点</td> <td>string</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;streetName</td> <td>街道名称</td> <td>string</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;tenMinuteVisibility</td> <td>10分钟能见度</td> <td>string</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;time</td> <td>观测时间</td> <td>string</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;twoWind</td> <td>2分钟平均风速</td> <td>string</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;twoWindDirection</td> <td>2分钟平均风速风向</td> <td>string</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;weather</td> <td>天气</td> <td>string</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;weatherType</td> <td>天气图片</td> <td>string</td> </tr> <tr> <td>&amp;emsp;&amp;emsp;week</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">{ &amp;quot;code&amp;quot;: 0, &amp;quot;message&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;result&amp;quot;: [ { &amp;quot;avePressure&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;aveTemperature&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;hourRain&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;minMinuteVisibility&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;minMinuteVisibilityTime&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;mstm&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;oneMinuteVisibility&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;personMinuteVisibility&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;relativeHumidity&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;stcd&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;streetName&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;tenMinuteVisibility&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;time&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;twoWind&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;twoWindDirection&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;weather&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;weatherType&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;week&amp;quot;: &amp;quot;&amp;quot; } ], &amp;quot;success&amp;quot;: true, &amp;quot;timestamp&amp;quot;: 0 }</code></pre>

页面列表

ITEM_HTML