获取Wifi配置
GET
https://192.168.88.30:9781/bvcsp/v1/pu/network/wifi/{puid}
最后修改时间:2024-06-19 10:07:51
// WifiSecurityType WIFI安全类型
type WifiSecurityType string
const (
WifiSecurityTypeOpen WifiSecurityType = "open"
WifiSecurityTypeShared WifiSecurityType = "shared"
WifiSecurityTypeWPAPSK WifiSecurityType = "wpa_psk"
WifiSecurityTypeWPA2PSK WifiSecurityType = "wpa2_psk"
)
// WifiCryptType WIFI加密类型
type WifiCryptType string
const (
WifiCryptTypeNone WifiCryptType = "none"
WifiCryptTypeWEP40 WifiCryptType = "wep40" // 64
WifiCryptTypeWEP104 WifiCryptType = "wep104" // 128
WifiCryptTypeTKIP WifiCryptType = "tkip"
WifiCryptTypeAES WifiCryptType = "aes" // CCMP
)
请求参数
Path 参数
puid
string
设备id
Header 参数
Authorization
string
必需