Authorization: Bearer ********************{
"pageNo": 1,
"pageSize": 10,
"params": {
"id": 0,
"name": "string",
"code": "string",
"remark": "string",
"customerId": 0,
"status": 0,
"createTime": "string",
"creator": "string",
"modifyTime": "string",
"modifier": "string"
}
}curl --location --request POST '/api/system/role/page' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 1,
"pageSize": 10,
"params": {
"id": 0,
"name": "string",
"code": "string",
"remark": "string",
"customerId": 0,
"status": 0,
"createTime": "string",
"creator": "string",
"modifyTime": "string",
"modifier": "string"
}
}'{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": {
"records": [
{
"id": 0,
"name": "",
"code": "",
"remark": "",
"customerId": 0,
"status": 0,
"createTime": "",
"creator": "",
"modifyTime": "",
"modifier": ""
}
],
"total": 0,
"current": 0,
"size": 0
}
}