运行自动转账功能
<h3><strong>简要描述:</strong></h3>
<p><strong>一、运行自动转账功能 :</strong> </p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xxx.xxx.com/user/autoConversion </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;">now_game</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>当前游戏:0:彩票,1:真人/捕鱼,7:电子游艺,8:DT电子,9:开元棋牌,10:捕鱼传说,13: 乐游棋牌 58棋牌,16: 电子竞技,18: 58体育,19: 万游棋牌,22: S128斗鸡</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>1. -成功案例
{"code":1,"msg":2006,"amount":"55416.00","info":"转额成功","cpBalance":"0.00","sportsBalance":"0.00"}
{"code":1,"msg":2006,"amount":"55416.00","info":"转额成功","cpBalance":"55416.00","sportsBalance":"55416.00"}
{"code":1,"msg":2006,"info":"游戏额度不足,转入彩票失败.或者已全转入彩票额度,请不要重复提交!"}
{"code":1,"msg":2006,"info":"转额失败!now_game=999错误,维护中!","data":{"url":null,"sum_money":10404,"userid":"26927"}}
2. -失败案例
{"code":1,"msg":7001,"game_name":"真人视讯","info":"9d99d1315e01aa21190bd33a1354c699null4真人游戏配置错误"}
{"code":1,"msg":7001,"info":"failed mg_api_config error!"}
{"game_name":"DT电子","code":1,"msg":7001,"info":"请联系管理员添加配置:klc"}
{"code":1,"msg":7001,"game_name":"开元棋牌","info":"开元棋牌游戏配置错误"}
{"code":1,"msg":7001,"info":"您的网络不给力,请稍候再试(curl)!","content":"Couldn't
resolve host 'fishgame.lianfa.co'"}
{"code":1,"msg":7001,"game_name":"乐游棋牌","info":"乐游棋牌游戏配置错误"}
{"code":1,"msg":7001,"info":"curl_error:,curl_errno:0,CURLINFO_HTTP_CODE:404"}</code></pre>
<p><strong>备注</strong> </p>