#[Description('自费')] case ZF = '1'; #[Description('医保')] case YB = '2'; #[Description('慢性病')] case MXB = '8'; #[Description('门诊统筹')] case MT = '10';
{ "is_zy": 0, "his_patient_id": "0004885381", "column": "sxzfbl", "value": "1", "med_cost_id": 1, "his_pay_fee_no": [ "423008643829830" ] }
curl --location --request PATCH '/cost' \ --header 'Authorization: Bearer {{Token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "is_zy": 0, "his_patient_id": "0004885381", "column": "sxzfbl", "value": "1", "med_cost_id": 1, "his_pay_fee_no": [ "423008643829830" ] }'