(注册、登录)拼图滑动验证码开关获取
<p><strong>简要描述:</strong></p>
<ul>
<li>拼图滑动验证码开关获取</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>http://xxx.xxx.com/user/get_is_check_slide_reg</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>POST Content-Type: application/json;charset=utf-8</p>
<p><strong>返回示例</strong></p>
</li>
</ul>
<pre><code>{
"is_check_slide": true,
"is_check_reg_slide": true,
"captcha_id": "2a770e0e879c4b378f64c1eee1015239",
"code": 0,
"msg": 2006
}</code></pre>
<p><strong>返回码说明:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;">0/1</td>
</tr>
<tr>
<td style="text-align: left;">msg</td>
<td style="text-align: left;">错误码</td>
</tr>
<tr>
<td style="text-align: left;">captcha_id</td>
<td style="text-align: left;">在易盾官网申请的验证码id</td>
</tr>
<tr>
<td style="text-align: left;">is_check_slide</td>
<td style="text-align: left;">登录账号是否启用拼图滑动验证码 true 或者 false</td>
</tr>
<tr>
<td style="text-align: left;">is_check_reg_slide</td>
<td style="text-align: left;">注册账号是否启用拼图滑动验证码 true 或者 false</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong></p>