取消订单

  • 接口描述 取消订单,需要供应商提供接口。入参、出参规则必须遵循文档接口描述。

  • API

由供应商提供
  • 参数格式
POST application/x-www-form-urlencoded
  • 入参
参数名称 类型 是否必填 描述
token string yes 授权时获取的 access token
orderNo Long yes 商家订单号,调用发送订单接口商家返回
  • 出参
参数名称 类型 非空 描述
data Integer yes 受影响行数
  • 入参示例
{
  "token": "your_access_token",
  "orderNo": 1234567890
}
  • 出参示例
{
  "success": true,
  "code": 200,
  "message": "操作成功",
  "data": {
  },
  "stackTrace": null
}
Copyright © cmdjh 2023 all right reserved,powered by Gitbook该文章修订时间: 2024-12-17

results matching ""

    No results matching ""