支付方式
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/pay-terms</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</li>
</ul>
<p><strong>返回样例:</strong></p>
<pre><code class="language-json">{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: [
{
&quot;title&quot;: &quot;余额&quot;,//标题
&quot;pay_uid&quot;: 2411195113200189,//唯一值
&quot;side_switch&quot;: 0,//支付方式:0=站内,1=站外
&quot;inside_keyword&quot;: &quot;balance_price&quot;,//站内绑定关键字(会员) 空=无操作,balance_price=余额,extra_price=赠送余额,rewards_points=积分,undefined=未定义(无操作)
&quot;outside_keyword&quot;: &quot;undefined&quot;,//站外支付关键字 scan_wechat=扫码微信支付,scan_alipay=扫码支付宝,undefined=未定义(无操作)
},
{
&quot;pay_uid&quot;: 2411195116200189,
&quot;side_switch&quot;: 0,
&quot;outside_keyword&quot;: &quot;undefined&quot;,
&quot;title&quot;: &quot;赠金&quot;,
&quot;inside_keyword&quot;: &quot;extra_price&quot;
},
{
&quot;pay_uid&quot;: 2411195118000189,
&quot;side_switch&quot;: 0,
&quot;outside_keyword&quot;: &quot;undefined&quot;,
&quot;title&quot;: &quot;积分&quot;,
&quot;inside_keyword&quot;: &quot;rewards_points&quot;
},
{
&quot;pay_uid&quot;: 2411195119500189,
&quot;side_switch&quot;: 0,
&quot;outside_keyword&quot;: &quot;undefined&quot;,
&quot;title&quot;: &quot;现金&quot;,
&quot;inside_keyword&quot;: &quot;undefined&quot;
},
{
&quot;pay_uid&quot;: 2411195126500189,
&quot;side_switch&quot;: 0,
&quot;outside_keyword&quot;: &quot;undefined&quot;,
&quot;title&quot;: &quot;微信&quot;,
&quot;inside_keyword&quot;: &quot;undefined&quot;
},
{
&quot;pay_uid&quot;: 2411195128100189,
&quot;side_switch&quot;: 0,
&quot;outside_keyword&quot;: &quot;undefined&quot;,
&quot;title&quot;: &quot;支付宝&quot;,
&quot;inside_keyword&quot;: &quot;undefined&quot;
},
{
&quot;pay_uid&quot;: 2411195128700189,
&quot;side_switch&quot;: 0,
&quot;outside_keyword&quot;: &quot;undefined&quot;,
&quot;title&quot;: &quot;银联&quot;,
&quot;inside_keyword&quot;: &quot;undefined&quot;
},
{
&quot;pay_uid&quot;: 2411195129000189,
&quot;side_switch&quot;: 0,
&quot;outside_keyword&quot;: &quot;undefined&quot;,
&quot;title&quot;: &quot;POS机&quot;,
&quot;inside_keyword&quot;: &quot;undefined&quot;
},
{
&quot;pay_uid&quot;: 2411195129500189,
&quot;side_switch&quot;: 0,
&quot;outside_keyword&quot;: &quot;undefined&quot;,
&quot;title&quot;: &quot;收钱吧&quot;,
&quot;inside_keyword&quot;: &quot;undefined&quot;
},
{
&quot;pay_uid&quot;: 2411195129800189,
&quot;side_switch&quot;: 0,
&quot;outside_keyword&quot;: &quot;undefined&quot;,
&quot;title&quot;: &quot;美团&quot;,
&quot;inside_keyword&quot;: &quot;undefined&quot;
},
{
&quot;pay_uid&quot;: 2411195130200189,
&quot;side_switch&quot;: 0,
&quot;outside_keyword&quot;: &quot;undefined&quot;,
&quot;title&quot;: &quot;抖音&quot;,
&quot;inside_keyword&quot;: &quot;undefined&quot;
},
{
&quot;pay_uid&quot;: 2411195130500189,
&quot;side_switch&quot;: 0,
&quot;outside_keyword&quot;: &quot;undefined&quot;,
&quot;title&quot;: &quot;其它&quot;,
&quot;inside_keyword&quot;: &quot;undefined&quot;
},
{
&quot;pay_uid&quot;: 2411195143000189,
&quot;side_switch&quot;: 1,
&quot;outside_keyword&quot;: &quot;scan_wechat&quot;,
&quot;title&quot;: &quot;微信(扫码)&quot;,
&quot;inside_keyword&quot;: &quot;undefined&quot;
},
{
&quot;pay_uid&quot;: 2411195145000189,
&quot;side_switch&quot;: 1,
&quot;outside_keyword&quot;: &quot;scan_alipay&quot;,
&quot;title&quot;: &quot;支付宝(扫码)&quot;,
&quot;inside_keyword&quot;: &quot;undefined&quot;
},
{
&quot;pay_uid&quot;: 2411195170400189,
&quot;side_switch&quot;: 0,
&quot;outside_keyword&quot;: &quot;undefined&quot;,
&quot;title&quot;: &quot;欠款&quot;,
&quot;inside_keyword&quot;: &quot;arrears_price&quot;
},
{
&quot;pay_uid&quot;: 2411195192600189,
&quot;side_switch&quot;: 0,
&quot;outside_keyword&quot;: &quot;undefined&quot;,
&quot;title&quot;: &quot;免单&quot;,
&quot;inside_keyword&quot;: &quot;undefined&quot;
}
],
&quot;code&quot;: 0
}</code></pre>