Authorization: Bearer ********************curl --location --request GET 'https://api.mefrp.com/api/auth/node/list' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"data": [
{
"nodeId": 1,
"name": "月球 ①",
"hostname": "",
"description": "测试节点",
"token": "",
"servicePort": 0,
"adminPort": 0,
"adminPass": "",
"allowGroup": "admin;sponsor;vip",
"allowPort": "40000-65535",
"allowType": "tcp;udp",
"region": "cn",
"bandwidth": "200Mbps",
"isOnline": true,
"isDisabled": false,
"totalTrafficIn": 0,
"totalTrafficOut": 0,
"upTime": 0,
"version": ""
}
],
"message": "获取节点成功"
}