{
"current": 1,
"size": 10,
"params": {
},
"ascs": [
],
"descs": [
]
}
curl --location --request POST '/accStaffRole/list' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"size": 10,
"params": {
},
"ascs": [
],
"descs": [
]
}'
{
"code": 0,
"msg": "",
"data": {
"records": [
{
"keyid": 0,
"name": "",
"code": "",
"remarks": "",
"createdby": "",
"createdtime": "",
"modifiedby": "",
"modifiedtime": "",
"pid": 0
}
],
"total": 0,
"size": 0,
"current": 0,
"ascs": [
""
],
"descs": [
""
],
"optimizeCountSql": false,
"isSearchCount": false
}
}