{
"params": {
"customerId": "1864482218838913024"
}
}
curl --location --request POST '/cps/customer/enterpriseRole/page' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJsaXV4dSIsImlhdCI6MTc0MTU5MTg5MSwiZXhwIjoxNzQxNjc4MjkxfQ.YdJBzRmvn9Xpb0oTGk1wrXr9lw2fCmcCx_bmc_rcF8c' \
--header 'Tenant-Id: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": {
"customerId": "1864482218838913024"
}
}'
{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": {
"records": [
{
"customerId": 0,
"id": 0,
"name": "",
"code": "",
"remark": "",
"dfFlag": ""
}
],
"total": 0,
"current": 0,
"size": 0
}
}