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