微信→金额与金豆列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>微信→金额与金豆列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://api.nilaib.com/wxpay/rechargeMoneyList.htm</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong>
PS基础参数必传</p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
<th>取值说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">无</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">null</td>
<td>无</td>
<td>无</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;result&quot;: &quot;1000&quot;,
&quot;msg&quot;: &quot;success&quot;,
&quot;info&quot;: [{
&quot;money&quot;: &quot;0.1&quot;, //人民币值
&quot;energy&quot;: &quot;1000&quot;,// 金豆值
&quot;descr&quot; : &quot;0.1元(1000金豆)&quot;//描述
},
{
&quot;money&quot;: &quot;10&quot;, //人民币值
&quot;energy&quot;: &quot;100000&quot;,// 金豆值
&quot;descr&quot; : &quot;10元(100000金豆)&quot;//描述
},
{
&quot;money&quot;: &quot;20&quot;, //人民币值
&quot;energy&quot;: &quot;200000&quot;,// 金豆值
&quot;descr&quot; : &quot;20元(200000金豆)&quot;//描述
},
{
&quot;money&quot;: &quot;50&quot;, //人民币值
&quot;energy&quot;: &quot;500000&quot;,// 金豆值
&quot;descr&quot; : &quot;50元(500000金豆)&quot;//描述
},
{
&quot;money&quot;: &quot;100&quot;, //人民币值
&quot;energy&quot;: &quot;1000000&quot;,// 金豆值
&quot;descr&quot; : &quot;100元(1000000金豆)&quot;//描述
},
{
&quot;money&quot;: &quot;200&quot;, //人民币值
&quot;energy&quot;: &quot;2000000&quot;,// 金豆值
&quot;descr&quot; : &quot;200元(2000000金豆)&quot;//描述
},
{
&quot;money&quot;: &quot;500&quot;, //人民币值
&quot;energy&quot;: &quot;5000000&quot;,// 金豆值
&quot;descr&quot; : &quot;500元(5000000金豆)&quot;//描述
},
{
&quot;money&quot;: &quot;1000&quot;, //人民币值
&quot;energy&quot;: &quot;10000000&quot;,// 金豆值
&quot;descr&quot; : &quot;1000元(10000000金豆)&quot;//描述
},
{
&quot;money&quot;: &quot;2000&quot;, //人民币值
&quot;energy&quot;: &quot;20000000&quot;,// 金豆值
&quot;descr&quot; : &quot;2000元(20000000金豆)&quot;//描述
},
{
&quot;money&quot;: &quot;5000&quot;, //人民币值
&quot;energy&quot;: &quot;50000000&quot;,// 金豆值
&quot;descr&quot; : &quot;5000元(50000000金豆)&quot;//描述
},
{
&quot;money&quot;: &quot;10000&quot;, //人民币值
&quot;energy&quot;: &quot;100000000&quot;,// 金豆值
&quot;descr&quot; : &quot;10000元(100000000金豆)&quot;//描述
}]
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<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;">result</td>
<td style="text-align: left;">String</td>
<td>返回类型编号</td>
</tr>
<tr>
<td style="text-align: left;">msg</td>
<td style="text-align: left;">String</td>
<td>返回说明信息</td>
</tr>
<tr>
<td style="text-align: left;">info</td>
<td style="text-align: left;">JSON</td>
<td>返回结果</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>