取消订单
取消指定订单
POST: /order/cancel
Content-Type: application/json
参数
参数 | 数据类型 | 是否必须 | 默认值 | 描述 | 取值范围 |
---|---|---|---|---|---|
orderId | number | 是 | 订单ID | ||
orderAmount | string | 否 | 订单金额 | ||
price | string | 否 | 订单价格 |
- Request
- Response
示例:
{
"orderAmount": "string",
"orderId": 0,
"price": "string"
}
示例:
{
"code": 0,
"data": null,
"msg": "string",
"time": 0
}