{
"pageSize": 0,
"pageNo": 0,
"totalCount": 0,
"totalPage": 0,
"datas": [
{}
],
"extraData": {},
"param": {},
"sort": {},
"hasNext": true
}curl --location --request POST 'https://bcloud.jftechws.com/openApi/consumer/customer/pageQuery' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": 0,
"pageNo": 0,
"totalCount": 0,
"totalPage": 0,
"datas": [
{}
],
"extraData": {},
"param": {},
"sort": {},
"hasNext": true
}'{
"success": false,
"msg": "",
"code": "",
"model": {
"pageSize": 0,
"pageNo": 0,
"totalCount": 0,
"totalPage": 0,
"datas": [
{
"id": "",
"phone": "",
"email": "",
"superAdmin": 0,
"name": "",
"platformUser": 0,
"departmentResps": [
{
"name": "",
"id": ""
}
]
}
],
"extraData": {},
"param": {
"id": "",
"phone": "",
"email": "",
"superAdmin": 0,
"name": "",
"platformUser": 0,
"departmentResps": [
{
"name": "",
"id": ""
}
]
},
"sort": {},
"hasNext": false
},
"attributes": ""
}