{
"appId": "90060",
"mchOrderNo": "20160427210604000490",
"channelCode": "ICBC_AGGREGATE_PAY",
"amount": "5000",
"subject": "ALeph费用支付",
"body": "ALeph费用支付",
"notifyUrl": "https://www.xxxx.com/notify.htm",
"returnUrl": "https://www.xxx.com/return.htm",
"channelExtra": "{\"openid\": \"o6BcIwvSiRpfS8e_UyfQNrYuk2LI\"}",
"extJsonb": {"readerCardNo" : "读者证号","readerName": "读者姓名","libCode": "分馆编码","department":"部门编码","feeType":"BORROW_FEE","operator":"馆员1"},
"payDetail": [
{
"businessId": "40",
"feeName": "逾期费支付",
"feeDesc": "逾期费支付",
"feeType": "逾期费",
"feeAmount": 3000,
"extJsonb": {"title":"财务手册","barCode":"1111122"}
}
]
}
curl --location --request POST '/jiafulai/paymentgateway/api/pay/posnotify' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "90060",
"mchOrderNo": "20160427210604000490",
"channelCode": "ICBC_AGGREGATE_PAY",
"amount": "5000",
"subject": "ALeph费用支付",
"body": "ALeph费用支付",
"notifyUrl": "https://www.xxxx.com/notify.htm",
"returnUrl": "https://www.xxx.com/return.htm",
"channelExtra": "{\"openid\": \"o6BcIwvSiRpfS8e_UyfQNrYuk2LI\"}",
"extJsonb": {"readerCardNo" : "读者证号","readerName": "读者姓名","libCode": "分馆编码","department":"部门编码","feeType":"BORROW_FEE","operator":"馆员1"},
"payDetail": [
{
"businessId": "40",
"feeName": "逾期费支付",
"feeDesc": "逾期费支付",
"feeType": "逾期费",
"feeAmount": 3000,
"extJsonb": {"title":"财务手册","barCode":"1111122"}
}
]
}'
{
"code": "string",
"msg": "string",
"data": {
"mchOrderNo": "string"
}
}