curl --location 'http://192.168.0.220:12000/terminal/core/v1/wifi/station/list' \
--header 'Authorization;' \
--header 'Authorization: 17857457369538LRHKOWdiBwFUnDn5QBZDw==' \
--header 'token: 1785466956901pkbCeqrUQv+PGjEfNTlNoQ=='{
"code": 0,
"message": "success",
"data": {
"result": [
{
"ssid": "AirStation",
"bssid": "00:24:a5:bc:f4:56",
"level": 4,
"security": "PSK:WPA2",
"state": 5
},
{
"ssid": "ESAY_PLUTO",
"bssid": "c8:3a:35:47:ee:08",
"level": 3,
"security": "WPA",
"state": 0
}
]
}
}