更新订单信息


说明:目前只支持更新备注和订单状态
接口地址:/api/order/update-order-by-ext-num/
Http请求方式:POST
内容格式:application/json
权限:update_order
参数:
参数 参数名 类型 是否必须 说明
oid oid string 订单号
remark remark string 备注
status status string 目前该字段只能为completed,将订单操作为已完成
timestamp timestamp string 时间戳
sign sign string 签名
返回示例:
{
    "result_code": "update_order_with_ex_num",
    "result_message": "update order with external order number successfully",
    "result": {
        "order_number": "2017112921278398",
        "remark": "1243fwasfvdsv",
        "status": 5
    },
    "success": true
}
返回值说明:

订单详情