curl --location --request GET 'http://smart-shop.itheima.net/index.php?s=/api/order/todoCounts' \ --header 'Access-Token: 1741f74aed758a688515f72572dc8e37' \ --header 'platform: H5'
{ "status": 200, "message": "success", "data": { "counts": { "payment": 2, "delivery": 7, "received": 0, "refund": 1 } } }