{
"id": "zfcs_online_1",
"onlyShowFail": "0"
}
curl --location --request POST '/useMoneyApplyNewPay/queryOnlineDetail.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "zfcs_online_1",
"onlyShowFail": "0"
}'
{
"data": {
"zfdw": "任迎娣单位-江苏省",
"totalCount": 1,
"successCount": 0,
"failCount": 1,
"dealingCount": 0,
"list": [
{
"applyNumber": "zfcs_online_1",
"payType": "在线转账",
"itemName": "测试zfcs_online_1",
"useMoney": "1.00",
"userName": "姜小树",
"bankCardNumber": "3206210301990044454189",
"date": "2023-02-17 14:33:08",
"dealStatus": "2",
"bankMessage": "验证码不正确!"
}
]
},
"msg": "成功",
"code": 0,
"success": true
}