curl --location --request GET '/admin-api/crm/customer-limit-config/page?pageNo=1&pageSize=10'{
"code": 0,
"data": {
"list": [
{
"id": 27930,
"type": 2,
"userIds": [
0
],
"deptIds": [
0
],
"maxCount": 28384,
"dealCountEnabled": true,
"users": [
{
"id": 0,
"nickname": "string",
"status": 0,
"deptId": 0,
"postIds": [
0
],
"mobile": "string"
}
],
"depts": [
{
"id": 0,
"name": "string",
"parentId": 0,
"leaderUserId": 0,
"status": 0
}
],
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"msg": "string"
}