{}curl --location '/api/v1/custom/getNodeList' \
--header 'Content-Type: application/json' \
--data '{}'{
"code": 200,
"data": [
{
"cityId": 1,
"province": "四川",
"provinceCode": "510000",
"city": "广元",
"cityCode": "510800",
"count": 22,
"total": 22,
"isp": {
"电信": 9,
"联通": 0,
"移动": 13,
"其他": 0
}
}
]
}