开启和关闭自动转账功能
<h3><strong>简要描述:</strong></h3>
<p><strong>一、开启和关闭自动转账功能 :</strong> </p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xxx.xxx.com/user/auto_open_conversion </code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST Content-Type: application/json;charset=utf-8</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;">oid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>用户验证</td>
</tr>
<tr>
<td style="text-align: left;">auto_value</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>状态值:0关闭,1开启</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>1. -成功案例
{"code":1,"msg":2006,"is_open":1,"info":"开启 自动转账功能 成功!"}
{"code":1,"msg":2006,"is_open":0,"info":"关闭 自动转账功能 成功!"}
2. -失败案例
{"code":1,"msg":7001,"info":"用户已失效"}//oid不能为空或者过期
{"code":1,"msg":7002,"info":"系统错误,请不要重复提交"}
{"code":1,"msg":7003,"info":"状态不能为空!"}
{"code":1,"msg":7004,"info":"状态值只能为0,1!"}
{"code":1,"msg":7005,"info":"请联系客服开启自动转账功能!"}</code></pre>
<p><strong>备注</strong> </p>