数据中台


台风名称列表检索接口

<p><strong>简要描述:</strong> </p> <ul> <li>查询本年台风名称列表</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://data-serve.ecoweather.cn/typh/searchTyphName</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <p>无</p> <p><strong>返回示例</strong></p> <pre><code>{ "success": true, "code": 20000, "message": "成功", "data": { "typhData": [ { "numNati": "2001", "typhNameZh": "黄蜂 ", "typhName": "VONGFONG" }, { "numNati": "2002", "typhNameZh": "鹦鹉", "typhName": "NURI" } ] } }</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> <tr> <td style="text-align: left;">numNati</td> <td style="text-align: left;">String</td> <td>台风编号</td> </tr> <tr> <td style="text-align: left;">typhNameZh</td> <td style="text-align: left;">String</td> <td>台风中文名称</td> </tr> <tr> <td style="text-align: left;">typhName</td> <td style="text-align: left;">String</td> <td>台风名称</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>编写人: 李泽昆</li> </ul> <p>欢迎使用ShowDoc!欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML