Authorization: Bearer ********************curl --location --request GET 'https://api.mefrp.com/api/auth/node/status' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"data": [
{
"nodeId": 1,
"name": "月球 ①",
"totalTrafficIn": 0,
"totalTrafficOut": 0,
"onlineClient": 1,
"onlineProxy": 1,
"isOnline": true,
"version": "MEFrp_0.61.1",
"uptime": 114514,
"curConns": 0,
"loadPercent": 1
}
],
"message": "获取节点状态成功"
}