🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
说明:只需要核对前端页面状态问题,即可调取支付情况 **1.第一步确认下单:** 在拍品那里 如果是我获得了拍品就有一个确认下单按钮,生成订单 接口:http://auction.onewi.com.cn/ebapi/Auction/commitForAuction.html 请求参数: | 参数 | 必要 | 注释| | --- | --- | --- | | token | 是 | | | auction_id| 是 | 拍品id号 | **2.确认下单后,去支付** http://auction.onewi.com.cn/ebapi/auth_api/pay_pai_order.html 请求参数: | 参数 | 必要 | 注释| | --- | --- | --- | | token | 是 | | | uid| 是 | 订单号 | 返回参数: | 参数 | 必要 | 注释| | --- | --- | --- | | return\_code| 是 | SUCCESS 订单生成成功| | appid| 是 | appid | | mch\_id| 是 | 商品编号 | | nonce\_str| 是 | 字符 | | sign| 是 | 标签| | end_time| 是 | 结束时间 | {"code":200,"msg":"ok","data":{"status":"WECHAT\_PAY","result":{"jsConfig":{"return\_code":"SUCCESS","return\_msg":"OK","appid":"wxfa535567b00ecff4","mch\_id":"1544029591","nonce\_str":"e6sBEA0Bwz0uzZpu","sign":"9B0BE5DC371B98546735166016E2EE15","result\_code":"FAIL","err\_code":"ORDERPAID","err\_code\_des":"\\u8be5\\u8ba2\\u5355\\u5df2\\u652f\\u4ed8"},"order\_id":"IeaUd5URIubgkOOe"}},"count":2}