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