所有台风名称检索接口
<h5>简要描述</h5>
<ul>
<li>所有台风名称检索</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://data-serve.ecoweather.cn/typh/queryTyphName</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>返回示例</h5>
<pre><code>{
"success": true,
"code": 20000,
"message": "成功",
"data": {
"typhData": [
{
"typhName": "AMPIL",
"typhNameZh": "安比",
"numNati": "1810"
},
{
"typhName": "ATSANI",
"typhNameZh": "艾莎尼",
"numNati": "999998"
},
{
"typhName": "BAILU",
"typhNameZh": "白鹿",
"numNati": "1911"
},
{
"typhName": "BARIJAT",
"typhNameZh": "百里嘉",
"numNati": "1823"
},
{
"typhName": "BAVI",
"typhNameZh": "巴威",
"numNati": "2008"
},
{
"typhName": "BEBINCA",
"typhNameZh": "贝碧嘉",
"numNati": "1816"
},
{
"typhName": "BOLAVEN",
"typhNameZh": "布拉万",
"numNati": "1801"
},
{
"typhName": "BUALOI",
"typhNameZh": "博罗依",
"numNati": "999999"
},
{
"typhName": "CHAN-HOM",
"typhNameZh": "灿鸿",
"numNati": "999999"
},
{
"typhName": "CIMARON",
"typhNameZh": "西马仑",
"numNati": "1820"
},
{
"typhName": "DANAS",
"typhNameZh": "丹娜丝",
"numNati": "1905"
},
{
"typhName": "DOLPHIN",
"typhNameZh": "白海豚",
"numNati": "999999"
},
{
"typhName": "ETAU",
"typhNameZh": "艾涛",
"numNati": "2021"
},
{
"typhName": "EWINIAR",
"typhNameZh": "艾云尼",
"numNati": "1804"
},
{
"typhName": "FAXAI",
"typhNameZh": "法茜",
"numNati": "1915"
},
{
"typhName": "FENGSHEN",
"typhNameZh": "风神",
"numNati": "999999"
},
{
"typhName": "FRANCISCO",
"typhNameZh": "范斯高",
"numNati": "1908"
},
{
"typhName": "FUNG-WONG",
"typhNameZh": "凤凰",
"numNati": "999999"
},
{
"typhName": "GAEMI",
"typhNameZh": "格美",
"numNati": "1806"
},
{
"typhName": "GONI",
"typhNameZh": "天鹅",
"numNati": "2019"
},
{
"typhName": "HAGIBIS",
"typhNameZh": "海贝思",
"numNati": "1919"
},
{
"typhName": "HAGUPIT",
"typhNameZh": "黑格比",
"numNati": "2004"
},
{
"typhName": "HAISHEN",
"typhNameZh": "海神",
"numNati": "999998"
},
{
"typhName": "HALONG",
"typhNameZh": "夏浪",
"numNati": "1923"
},
{
"typhName": "HIGOS",
"typhNameZh": "海高斯",
"numNati": "999998"
},
{
"typhName": "JANGMI",
"typhNameZh": "蔷薇",
"numNati": "2005"
},
{
"typhName": "JEBI",
"typhNameZh": "飞燕",
"numNati": "1821"
},
{
"typhName": "JELAWAT",
"typhNameZh": "杰拉华",
"numNati": "1803"
},
{
"typhName": "JONGDARI",
"typhNameZh": "云雀",
"numNati": "1812"
},
{
"typhName": "KAJIKI",
"typhNameZh": "剑鱼",
"numNati": "1914"
},
{
"typhName": "KALMAEGI",
"typhNameZh": "海鸥",
"numNati": "999999"
},
{
"typhName": "KAMMURI",
"typhNameZh": "北冕",
"numNati": "1928"
},
{
"typhName": "KONG-REY",
"typhNameZh": "康妮",
"numNati": "999999"
},
{
"typhName": "KROSA",
"typhNameZh": "罗莎",
"numNati": "999999"
},
{
"typhName": "KUJIRA",
"typhNameZh": "鲸鱼",
"numNati": "999998"
},
{
"typhName": "LEEPI",
"typhNameZh": "丽琵",
"numNati": "1815"
},
……
]
}
}</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;">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>
<h5>备注</h5>
<ul>
<li>无</li>
</ul>