API / 用户收藏 / 代理


18、用户修改提现邮箱/手机验证开启/关闭

<ul> <li>用户-获取提现邮箱/手机验证是否开启</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://api.com/api/user/withdraw-verify-status</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li> <p>GET</p> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;code&amp;quot;: 200, &amp;quot;message&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;data&amp;quot;: true }</code></pre> <p><strong>返回参数说明</strong> </p> </li> </ul> <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;">data</td> <td style="text-align: left;">boolean</td> <td>手机/邮箱验证状态是否开启, true:开启 false:关闭</td> </tr> </tbody> </table> <ul> <li>用户-修改提现邮箱/手机验证开启/关闭</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://api.com/api/user/update-withdraw-verify</code> <code>发送/验证验证码类型: CHANGE_WITHDRAW_VERIFY</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST</li> </ul> <p><strong>参数:</strong> </p> <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;">account</td> <td style="text-align: left;">Y</td> <td style="text-align: left;">string</td> <td>账号</td> </tr> <tr> <td style="text-align: left;">enable</td> <td style="text-align: left;">Y</td> <td style="text-align: left;">boolean</td> <td>true:开启 false:关闭</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;code&amp;quot;: 200, &amp;quot;message&amp;quot;: &amp;quot;&amp;quot; }</code></pre>

页面列表

ITEM_HTML