珠江桥自研商城API接口文档


获取支付单方式

<h5>简要描述</h5> <ul> <li>无</li> </ul> <h5>请求URL</h5> <ul> <li><code>api/payment/get-payments&amp;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>{ &amp;quot;code&amp;quot;: 0, &amp;quot;data&amp;quot;: { &amp;quot;amount&amp;quot;: &amp;quot;80.00&amp;quot;, &amp;quot;list&amp;quot;: [ { &amp;quot;key&amp;quot;: &amp;quot;balance&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;余额支付&amp;quot;, &amp;quot;desc&amp;quot;: &amp;quot;账户余额: 99315.00元&amp;quot;, &amp;quot;disabled&amp;quot;: false, &amp;quot;icon&amp;quot;: &amp;quot;https:\/\/prb.ecit.cc\/\/web\/statics\/img\/app\/common\/payment-balance.png&amp;quot;, &amp;quot;is_pay_password&amp;quot;: 0, &amp;quot;is_open_pay_password&amp;quot;: 0, &amp;quot;checked&amp;quot;: true }, { &amp;quot;key&amp;quot;: &amp;quot;wechat&amp;quot;, &amp;quot;name&amp;quot;: &amp;quot;微信支付&amp;quot;, &amp;quot;desc&amp;quot;: null, &amp;quot;disabled&amp;quot;: false, &amp;quot;icon&amp;quot;: &amp;quot;https:\/\/prb.ecit.cc\/\/web\/statics\/img\/app\/common\/payment-wechat.png&amp;quot; } ] } } </code></pre>

页面列表

ITEM_HTML