取消订单

珞瑾提供

请求方式: POST

生产报文格式: JSON

功能描述: 用于取消订单

点击前往接口调试

调用方式

渠道方调用珞瑾

接口地址

请求参数

参数名称 数据类型 是否可为空 节点描述
orderId String 渠道方订单号
reason String 取消原因 (500字符)

返回参数

参数名称 数据类型 是否可为空 节点描述
code Integer 返回code 正常为0 非0为失败
message String 错误信息
result null 返回结果

示例请求数据:

{
  "orderId": "xxxxxxxx",
  "reason": "xxxxxx"
}

示例返回数据:

{
  "code": 0,
  "message": "请求成功",
  "result": null
}

results matching ""

    No results matching ""