Authorization: Bearer ********************curl --location --request GET 'https://api.mefrp.com/api/auth/node/nameList' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"data": [
{
"nodeId": 1,
"name": "月球 ①",
"hostname": "169.254.254.254"
}
],
"message": "获取节点成功"
}