{
"pageNum": "string",
"pageSize": "string",
"actId": "string",
"agentId": "string",
"mobile": "string",
"realName": "string"
}
curl --location --request POST '/xkyl/web/whitelist/list' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": "string",
"pageSize": "string",
"actId": "string",
"agentId": "string",
"mobile": "string",
"realName": "string"
}'
{
"msg": "string",
"code": 0,
"data": {
"records": [
{
"id": "string",
"mobile": "string",
"realName": "string",
"actId": "string",
"agentId": "string",
"agentName": "string",
"createTime": "string",
"updateTime": "string",
"creator": "string",
"modifier": "string"
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
"string"
],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": null,
"countId": null,
"pages": 0
},
"time": 0
}