[
{
"inpNo": "87712121211122",
"chargeCode": "HZ1001",
"chargeName": "会诊费用",
"amount": "500.23"
}
]curl --location --request POST 'https://m1.apifoxmock.com/m1/4604434-0-default/collect/third/push/patient-charge/custom' \
--header 'X-Signit-App-Id: 1931fabdb516e66ca2f8c42691a' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"inpNo": "87712121211122",
"chargeCode": "HZ1001",
"chargeName": "会诊费用",
"amount": "500.23"
}
]'{
"code": "100100000",
"message": "操作成功",
"data": true
}