{
"unpage":"",
"pageSize": "10",
"pageIndex": "1",
"userId":"15888888890",
"search":"HTZC-20221222-0002",
"status":["A","C"]
}
curl --location --request POST '/mxoc_0001_mxoc_pq/outcome_query?access_token=' \
--header 'groupName;' \
--header 'accountid;' \
--header 'X-GW-Router-Addr;' \
--header 'Content-Type: application/json' \
--data-raw '{
"unpage":"",
"pageSize": "10",
"pageIndex": "1",
"userId":"15888888890",
"search":"HTZC-20221222-0002",
"status":["A","C"]
}'
{
"success": true,
"reachPlugin": true,
"data": {
"totalpage": 1,
"curpagesize": 4,
"count": 4,
"pagesize": 10,
"page": 1,
"rows": [
{
"billstatus": "C",
"mxoc_currency_name": "CNY",
"mxoc_billdate": "2022-12-06 00:00:00",
"mxoc_currency_id": "1297339258264157184",
"id": "1569722193707795456",
"mxoc_currency_number": "CNY",
"billno": "HTZC-20221222-0002"
},
{
"billstatus": "A",
"mxoc_currency_name": "CNY",
"mxoc_billdate": "2022-12-15 00:00:00",
"mxoc_currency_id": "1297339258264157184",
"id": "1576083154761010176",
"mxoc_currency_number": "CNY",
"billno": "HTZC-20221215-0001"
},
{
"billstatus": "A",
"mxoc_currency_name": "CNY",
"mxoc_billdate": "2022-12-06 00:00:00",
"mxoc_currency_id": "1297339258264157184",
"id": "1581071364482179072",
"mxoc_currency_number": "CNY",
"billno": "HTZC-20221206-0002"
},
{
"billstatus": "C",
"mxoc_currency_name": "CNY",
"mxoc_billdate": "2022-12-01 00:00:00",
"mxoc_currency_id": "1297339258264157184",
"id": "1565843595414526976",
"mxoc_currency_number": "CNY",
"billno": "HTZC-20221201-0001"
}
]
},
"errorCode": "success"
}