ControllerShowRecord权限curl --location --request GET 'http://127.0.0.1:6810/api/controllers/records/1?page_number=1&page_size=20' \
--header 'Authorization: Bearer <token>'{
"code": "string",
"message": "string",
"data": {
"items": [
{
"id": 1,
"type": 0,
"uid": 1,
"operator_cid": 1,
"content": "string",
"time": "string"
}
],
"page": 0,
"page_size": 0,
"total": 0
}
}