curl --location --request GET 'https://consult-api.itheima.net/patient/consult/order/pre?type=' \ --header 'Content-Type: application/json'
{ "success": true, "code": 0, "message": "string", "data": { "type": 0, "illnessType": 0, "payment": 0, "pointDeduction": 0, "couponDeduction": 0, "couponId": "string", "actualPayment": 0 } }