智慧OA考勤


验证码发送

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>验证码发送接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xx.com/sys/common/sendCaptcha</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">mobile</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>手机号</td> </tr> </tbody> </table> <h5>参数示例</h5> <pre><code>{     &amp;quot;mobile&amp;quot;: &amp;quot;18685555547&amp;quot; }</code></pre> <h5>返回示例</h5> <pre><code>{     &amp;quot;success&amp;quot;: true,     &amp;quot;message&amp;quot;: &amp;quot;4141&amp;quot;,     &amp;quot;code&amp;quot;: 200,     &amp;quot;result&amp;quot;: &amp;quot;4141&amp;quot;,     &amp;quot;data&amp;quot;: null,     &amp;quot;timestamp&amp;quot;: 1684746762588 }</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;">result</td> <td style="text-align: left;">string</td> <td>验证码</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li><strong>限制单位时间内限制调用接口次数: 默认60s 内可调用 5次,超出返回500</strong></li> </ul>

页面列表

ITEM_HTML