curl --location --request GET 'http://127.0.0.1:6810/api/controllers/records/self?page_number=1&page_size=20' \
--header 'Authorization: Bearer <token>'{
"code": "GET_CURRENT_CONTROLLER_RECORD",
"message": "获取管制员履历成功",
"data": {
"items": [
{
"id": 3,
"type": 2,
"cid": 2352,
"operator": 2352,
"content": "晋升ADM",
"time": "2025-09-18T09:24:16.806Z"
},
{
"id": 2,
"type": 2,
"cid": 2352,
"operator": 2352,
"content": "晋升ADM",
"time": "2025-09-18T09:23:47.31Z"
}
],
"page": 1,
"page_size": 20,
"total": 2
}
}