纸箱


立即支付

<p><strong>请求URL:</strong> </p> <ul> <li><code>api/order /pay</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">字段</th> <th>注释</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">order_id</td> <td>订单ID</td> </tr> <tr> <td style="text-align: left;">type</td> <td>1微信 2支付宝 3额度管理</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ "code": 1, "msg": "订单金额大于额度,请选择其他支付方式", } { "code": 0, "msg": "成功", "data": { //支付信息 } } pc端支付宝,跳转到该url页面 { "code": 0, "msg": "成功", "data": { "url":"http://aliyun.pay..." } } pc端微信,打开该url,是一个二维码 { "code": 0, "msg": "成功", "data": { "url":"http://wx.pay..." } }</code></pre> <p><strong>返回参数说明</strong> </p>

页面列表

ITEM_HTML