{ "orderId": 10028 }
curl --location 'http://smart-shop.itheima.net/index.php?s=%2Fapi%2Forder%2Freceipt' \ --header 'platform: H5' \ --header 'Access-Token: 1741f74aed758a688515f72572dc8e37' \ --header 'Content-Type: application/json' \ --data '{ "orderId": 10028 }'
{ "status": 200, "message": "操作成功", "data": [] }