跳到主要内容

取消订单

取消指定订单

POST: /order/cancel

Content-Type: application/json

参数

参数数据类型是否必须默认值描述取值范围
orderIdnumber订单ID
orderAmountstring订单金额
pricestring订单价格

示例:

{
"orderAmount": "string",
"orderId": 0,
"price": "string"
}