获取支付单方式
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>api/payment/get-payments&amp;id=651</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>请求Body参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;"></td>
<td>否</td>
<td>int</td>
<td>支付单ID</td>
</tr>
</tbody>
</table>
<h5>成功返回示例</h5>
<pre><code>{
&quot;code&quot;: 0,
&quot;data&quot;: {
&quot;amount&quot;: &quot;80.00&quot;,
&quot;list&quot;: [
{
&quot;key&quot;: &quot;balance&quot;,
&quot;name&quot;: &quot;余额支付&quot;,
&quot;desc&quot;: &quot;账户余额: 99315.00元&quot;,
&quot;disabled&quot;: false,
&quot;icon&quot;: &quot;https:\/\/prb.ecit.cc\/\/web\/statics\/img\/app\/common\/payment-balance.png&quot;,
&quot;is_pay_password&quot;: 0,
&quot;is_open_pay_password&quot;: 0,
&quot;checked&quot;: true
},
{
&quot;key&quot;: &quot;wechat&quot;,
&quot;name&quot;: &quot;微信支付&quot;,
&quot;desc&quot;: null,
&quot;disabled&quot;: false,
&quot;icon&quot;: &quot;https:\/\/prb.ecit.cc\/\/web\/statics\/img\/app\/common\/payment-wechat.png&quot;
}
]
}
}
</code></pre>