该接口确认订单,更新订单预下单状态为正式订单
参数名称 | 必填 | 类型 | 长度 | 示例值 |
token | 是 | String | 100 | 授权接口获取的access token |
order_id | 是 | String | 50 | 订单编号 |
名称 | 类型 | 必填 | 备注 |
success | boolean | 是 | true|false,根据该字段判断接口是否调用成功,若为false,则解析error_response字段查看具体失败原因 |
result | Object | 是 | 数据对象,数据节点 |
错误码 | 错误描述 | 解决方案 |
ERR-000135 | 非预下订单 |
{ "token":"cb0bd9f8-ae67-4365-b14d-566ee96886a8", "order_id": "LINK20190821340000004" }
{ "success": true, "result": {} }