{
"queryObj": {},
"customerType": "string",
"customerScope": "string"
}
curl --location --request POST '/api/customerop/GetBillCycleData?current=1&pageSize=10' \
--header 'Content-Type: application/json' \
--data-raw '{
"queryObj": {},
"customerType": "string",
"customerScope": "string"
}'
{
"errcode": "string",
"result": {
"total": 0,
"batchBtn": [
"string"
],
"data": [
{}
]
}
}