Authorization: Bearer ********************
curl --location --request GET 'http://10.12.186.133:30924/hub/attBase/proxy//page?pageNum=1&pageSize=100000' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"msg": "",
"data": {
"records": [
{
"": {}
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"maxLimit": 0,
"countId": "",
"pages": 0
},
"ok": false
}