发布程序接口


登录异常短信发送

<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>&lt;font color=red&gt;是&lt;/font&gt;</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>&lt;font color=red&gt;是&lt;/font&gt;</td> <td>64</td> <td>验证ticket,扫码检测返回结果中获取</td> <td></td> </tr> <tr> <td>sign</td> <td>string</td> <td>&lt;font color=red&gt;是&lt;/font&gt;</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>{ &amp;quot;data&amp;quot;: { &amp;quot;mobile&amp;quot;: &amp;quot;134******42&amp;quot;, &amp;quot;mobile_ticket&amp;quot;: &amp;quot;string&amp;quot;, &amp;quot;retry_time&amp;quot;: 60 }, &amp;quot;message&amp;quot;: &amp;quot;success&amp;quot; }</code></pre>

页面列表

ITEM_HTML