更新订单状态
GET
localhost:8080/order/id/{status}
接口描述
更新订单状态
请求参数
参数名
类型
描述
必填
id
Long
订单id
必填
status
Integer
变更的状态
必填
响应参数
参数名
类型
描述
必填
HttpStatus
Boolean
是否成功
必填