{ "orderId": 10027 }
curl --location --request POST 'http://smart-shop.itheima.net/index.php?s=/api/order/cancel' \ --header 'platform: H5' \ --header 'Access-Token: 1741f74aed758a688515f72572dc8e37' \ --header 'Content-Type: application/json' \ --data-raw '{ "orderId": 10027 }'
{"status":200,"message":"订单取消成功","data":[]}