curl --location --request GET 'https://consult-api.itheima.net/patient/medicine/order/mylist?current=1&pageSize=10'{
"code": 0,
"message": "string",
"data": {
"total": 0,
"pageTotal": 0,
"rows": [
{
"id": "string",
"orderNo": "string",
"couponDeduction": 0,
"couponId": "string",
"expressFee": 0,
"payment": 0,
"actualPayment": 0,
"paymentMethod": "string",
"medicines": [
{
"id": "string",
"name": "string",
"amount": "string",
"avatar": "string",
"specs": "string",
"usageDosag": "string",
"prescriptionFlag": "string",
"quantity": 0
}
],
"address": {
"receiver": "string",
"receiverMobile": "string",
"receiverAddress": "string",
"receiverAddressDetail": "string"
},
"status": "10",
"statusValue\t": "string"
}
]
}
}