{
"money": 15,
"visitorCarId": 79,
"type": "ullamco",
"tailMoney": 77
}
curl --location --request POST 'http://test-cn.your-api-server.com/eservice/web/one_card/payment' \
--header 'Content-Type: application/json' \
--data-raw '{
"money": 15,
"visitorCarId": 79,
"type": "ullamco",
"tailMoney": 77
}'
{
"code": 0,
"status": "",
"message": "",
"data": {},
"resultMap": {
"": {}
}
}