# 订单退点接口

# 请求

PUT https://apigate.glodon.com/meter/consumeOrders/cancel
1

# 请求参数

参数名 参数类型 是否必填 描述
resourceId String SP的resourceId
appKey String ISV的appKey
bizId String 业务ID
orderId String 消费订单ID

说明:如果通过bizId确定唯一订单,需要同时传resourceId,appKey,bizId

# 返回参数

{
    "code": "success",
    "message": null,
    "data": null
}
1
2
3
4
5
  • 在线客服

  • 意见反馈