用户余额充值列表
<p><strong>简要描述:</strong> </p>
<p>-用户余额充值列表</p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>{{url}}/api/user/balance</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>POST
<strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 200,
&quot;message&quot;: &quot;Success&quot;,
&quot;data&quot;: {
&quot;rechange_settings_id&quot;: 8,
&quot;lang_code&quot;: &quot;en&quot;,
&quot;module_id&quot;: 11,
&quot;module_name&quot;: &quot;my balance&quot;,
&quot;module_type&quot;: 10,
&quot;data&quot;: [
{
&quot;gold&quot;: 200,
&quot;type&quot;: 1,
&quot;money&quot;: &quot;18.20&quot;,
&quot;option_id&quot;: 1,
&quot;option_name&quot;: &quot;&quot;,
&quot;option_alias_name&quot;: &quot;&quot;
},
{
&quot;gold&quot;: 575,
&quot;type&quot;: 1,
&quot;money&quot;: &quot;28.30&quot;,
&quot;option_id&quot;: 2,
&quot;option_name&quot;: &quot;&quot;,
&quot;option_alias_name&quot;: &quot;&quot;
},
{
&quot;gold&quot;: 1000,
&quot;type&quot;: 1,
&quot;money&quot;: &quot;48.45&quot;,
&quot;option_id&quot;: 3,
&quot;option_name&quot;: &quot;&quot;,
&quot;option_alias_name&quot;: &quot;&quot;
},
{
&quot;gold&quot;: 1200,
&quot;type&quot;: 1,
&quot;money&quot;: &quot;58.00&quot;,
&quot;option_id&quot;: 4,
&quot;option_name&quot;: &quot;&quot;,
&quot;option_alias_name&quot;: &quot;&quot;
},
{
&quot;gold&quot;: 1500,
&quot;type&quot;: 1,
&quot;money&quot;: &quot;68.00&quot;,
&quot;option_id&quot;: 5,
&quot;option_name&quot;: &quot;&quot;,
&quot;option_alias_name&quot;: &quot;&quot;
},
{
&quot;gold&quot;: 2000,
&quot;type&quot;: 1,
&quot;money&quot;: &quot;88.00&quot;,
&quot;option_id&quot;: 6,
&quot;option_name&quot;: &quot;&quot;,
&quot;option_alias_name&quot;: &quot;&quot;
},
{
&quot;gold&quot;: 2800,
&quot;type&quot;: 1,
&quot;money&quot;: &quot;98.01&quot;,
&quot;option_id&quot;: 7,
&quot;option_name&quot;: &quot;&quot;,
&quot;option_alias_name&quot;: &quot;&quot;
},
{
&quot;gold&quot;: 3000,
&quot;type&quot;: 1,
&quot;money&quot;: &quot;108.00&quot;,
&quot;option_id&quot;: 8,
&quot;option_name&quot;: &quot;&quot;,
&quot;option_alias_name&quot;: &quot;&quot;
}
]
}
}</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.rechange_settings_id</td>
<td style="text-align: left;">id</td>
<td>充值设置ID</td>
</tr>
<tr>
<td style="text-align: left;">data.data.gold</td>
<td style="text-align: left;">int</td>
<td>获取的金币</td>
</tr>
<tr>
<td style="text-align: left;">data.data.type</td>
<td style="text-align: left;">string</td>
<td>1:为金币,2为会员</td>
</tr>
<tr>
<td style="text-align: left;">data.data.money</td>
<td style="text-align: left;">string</td>
<td>价格</td>
</tr>
<tr>
<td style="text-align: left;">data.option_id</td>
<td style="text-align: left;">string</td>
<td>充值ID</td>
</tr>
<tr>
<td style="text-align: left;">data.option_name</td>
<td style="text-align: left;">string</td>
<td>文案1</td>
</tr>
<tr>
<td style="text-align: left;">data.option_alias_name</td>
<td style="text-align: left;">string</td>
<td>文案2</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>