#### 取消订单
~~~[api]
post:/order/buyer/cancelOrder
orderId=932110060001#订单号(string)
<<<
success
{
"retCode": 0,
"retMsg": "success",
"responseInfo": {}
}
<<<
error
{
"retCode": !0,
"retMsg": "errMsg"
}
~~~
#### 确认收货
~~~[api]
post:/order/buyer/confirmReceiveGoods
orderId=932110060001#订单号(string)
<<<
success
{
"retCode": 0,
"retMsg": "success",
"responseInfo": {}
}
<<<
error
{
"retCode": !0,
"retMsg": "errMsg"
}
~~~