生成短信验证码
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取图形验证码。该接口用于注册逻辑发送短信验证码时的验证码图片接口。type=sendsms</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/captcha?type=sendsms</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET
<strong>请求参数:</strong></li>
</ul>
<table>
<thead>
<tr>
<th>参数</th>
<th>值</th>
<th>含义</th>
</tr>
</thead>
<tbody>
<tr>
<td>type</td>
<td>sendsms</td>
<td>sendsms发送短信</td>
</tr>
</tbody>
</table>
<p><strong>返回:</strong> </p>
<p>发送短信的校验验证码</p>