系统自动转账功能状态
<h3><strong>简要描述:</strong></h3>
<p><strong>一、系统自动转账功能 :</strong> </p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xxx.xxx.com/user/check_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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>1. -成功案例
{"code":1,"msg":2006,"is_show":0,"info":"系统 自动转账功能关闭中!"}
{"code":1,"msg":2006,"is_show":1,"info":"系统 自动转账功能开启中!"}
</code></pre>
<p><strong>备注</strong> </p>