跳到主要内容

修改订单

修改指定订单的信息

POST: /order/update

Content-Type: application/json

参数

参数数据类型是否必须默认值描述取值范围
orderIdint订单ID
orderAmountstring订单金额
pricestring订单价格
{
"orderAmount": "string",
"orderId": 0,
"price": "string"
}