{
"reqTime": "2019072314100",
"appId": "90060",
"sign": "C23FA3CB40627C6FDA0FC5D890BDF848",
"tenantId": "a0000001",
"queryPage": {
"orders": [
{
"fieldName": "createdTime",
"order": "0"
}
],
"page": 1,
"queries": [
{
"cp": "0",
"field": "tenantId",
"lc": "1",
"value": "a000001"
}
],
"size": 10
}
}
curl --location --request POST '/jiafulai/paymentgateway/api/pay/querylist' \
--header 'Content-Type: application/json' \
--data-raw '{
"reqTime": "2019072314100",
"appId": "90060",
"sign": "C23FA3CB40627C6FDA0FC5D890BDF848",
"tenantId": "a0000001",
"queryPage": {
"orders": [
{
"fieldName": "createdTime",
"order": "0"
}
],
"page": 1,
"queries": [
{
"cp": "0",
"field": "tenantId",
"lc": "1",
"value": "a000001"
}
],
"size": 10
}
}'
{
"code": "COMMON_200",
"data": {
"records": [
{
"mchNo": "020057010010",
"mchNoBranch": "0200570100100201",
"mchName": "天津图书馆",
"appId": "Aleph001",
"mchOrderNo": "20160427210604000490",
"wayCode": "WE_CHAT_PAY",
"amount": "3000",
"payState": "PAYMENT_IN_PROGRESS",
"subject": "逾期费支付",
"body": "逾期费支付",
"channelCode": "ICBC_AGGREGATE_PAY",
"channelOrderNo": "U12021022311124442600",
"payDataType": "payUrl",
"payData": "htts://xxx.com/pay",
"extJsonb": {
"readerCardNo": "读者证号",
"readerName": "读者姓名",
"libCode": "分馆编码",
"department": "部门编码",
"feeType": "借阅费用",
"operator": "馆员1"
},
"errCode": "1002",
"errMsg": "业务异常错误",
"successTime": "1622016572190",
"expiredTime": "1622016572190",
"createdTime": "1622016572190",
"refundState": "NO_REFUND",
"refundTimes": "0",
"refundAmount": "0"
}
],
"total": "10",
"size": "10",
"current": "1"
},
"msg": "SUCCESS"
}