#[Description('预充值')] case PRE_RECHARGE = '2'; #[Description('充值')] case RECHARGE = '1'; #[Description('预退款')] case PRE_REFUND = '3'; #[Description('退款')] case REFUND = '0';
{ "type": "PRE_RECHARGE", "amount": "1446.75", "mis_data": { "referNo": null, "bankCardNo": null, "bankTradeNo": null, "order_no": null }, "his_inpatient_no": "00523564023" }
curl --location --request POST '/pay/zy_mis' \ --header 'Authorization: Bearer {{Token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "type": "PRE_RECHARGE", "amount": "1446.75", "mis_data": { "referNo": null, "bankCardNo": null, "bankTradeNo": null, "order_no": null }, "his_inpatient_no": "00523564023" }'
{ "status": "fail", "code": 5000017, "message": "支付服务充值失败", "data": { "his_balance": 0, "this_amount": 0 } }