{
"unpage":"",
"pageSize": "10",
"pageIndex": "1",
"userId": "15888888898",
"search": "FYSQ-20221230-0006",
"status": [
"A",
"C"
]
}
curl --location --request POST '/mxoc_0001_mxoc_pq/cashapply_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": "15888888898",
"search": "FYSQ-20221230-0006",
"status": [
"A",
"C"
]
}'
{
"success": true,
"reachPlugin": true,
"data": {
"totalpage": 1,
"curpagesize": 1,
"count": 1,
"pagesize": 10,
"page": 1,
"rows": [
{
"billstatus": "C",
"mxoc_remark": "",
"billdate": "2023-01-05 00:00:00",
"id": "1591263464146353152",
"billno": "FYSQ-20221230-0006"
}
]
},
"errorCode": "success"
}