#### 取消訂單
~~~[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"
}
~~~