curl --location --request GET '/patient/zyByInpatientNo?inpatient_no=00060175003' \
--header 'Authorization: Bearer {{Token}}'
{
"status": "success",
"code": 200,
"message": "请求成功",
"u_id": "27a7bfa1-5086-4c24-a940-cb878a579082",
"data": {
"med_id": 20756,
"his_inpatient_no": "00567236001",
"name": "孙佳林",
"grbh": "230231199509262716",
"jshid": "10205000323072556810605",
"amount": {
"refund": 0,
"recharge": 0,
"balance": "0.00",
"in_prepay": 3000
},
"channel": {
"name": "异地医保",
"value": 3
}
}
}