获取token
<p><strong>简要描述:</strong> </p>
<ul>
<li>在调用短信发送接口前需要先调用此接口得到<strong>token</strong>标识。后面再调用短信接口时需要将此参数携带一并发送</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/token</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>POST </p>
<p><strong>返回参数说明</strong> </p>
</li>
</ul>
<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;"><strong>token</strong></td>
<td style="text-align: left;">string</td>
<td>返回的token标识</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<h1><strong>注意:请求时设置跨域可以携带cookie</strong></h1>