## 取消訂單
+++
POST:https://store.cuci.cc/store/api/order/del.html
*order_no=9886225887300471#訂單號
<<<
取消訂單
{
"code": "SUCCESS",
"msg": "刪除訂單成功!",
"data": [],
"token": "54758c639f697cf3",
"dataType": "json"
}
<<<
授權失敗
{
"code": "ACCESS_TOKEN_FAILD",
"msg": "訪問TOKEN失效,請重新授權!",
"data": [],
"token": false,
"dataType": "json"
}
+++