登录异常短信发送
<p>[TOC]</p>
<h3>登录异常短信发送</h3>
<h5>描述</h5>
<ul>
<li>扫码异常遇到2046情况,需要先进行短信验证,此接口是发送短信接口</li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST</li>
</ul>
<h5>ContentType</h5>
<ul>
<li>application/x-www-form-urlencoded</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/dy/sendLoginMoblieCode</code></li>
</ul>
<h5>请求参数</h5>
<h5>Query Parameter</h5>
<table>
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>必填</th>
<th>最大长度</th>
<th>描述</th>
<th>示例值</th>
</tr>
</thead>
<tbody>
<tr>
<td>apiKey</td>
<td>string</td>
<td><font color=red>是</font></td>
<td>64</td>
<td>api通信接口密钥</td>
<td></td>
</tr>
</tbody>
</table>
<h5>Body Parameter</h5>
<table>
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>必填</th>
<th>最大长度</th>
<th>描述</th>
<th>示例值</th>
</tr>
</thead>
<tbody>
<tr>
<td>verify_ticket</td>
<td>string</td>
<td><font color=red>是</font></td>
<td>64</td>
<td>验证ticket,扫码检测返回结果中获取</td>
<td></td>
</tr>
<tr>
<td>sign</td>
<td>string</td>
<td><font color=red>是</font></td>
<td>64</td>
<td>通信秘钥,获取二维码接口返回</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>string</td>
<td>否</td>
<td>64</td>
<td>账号类型:默认1,1:个人号,普通号,蓝v号,机构号,2:员工号</td>
<td></td>
</tr>
</tbody>
</table>
<h5>响应示例</h5>
<pre><code>{
&quot;data&quot;: {
&quot;mobile&quot;: &quot;134******42&quot;,
&quot;mobile_ticket&quot;: &quot;string&quot;,
&quot;retry_time&quot;: 60
},
&quot;message&quot;: &quot;success&quot;
}</code></pre>