Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceList ¶
type ResponseWifiCardGet ¶
type ResponseWifiCardGet struct { *response.ResponseOfficialAccount Data *Device `json:"data"` }
type ResponseWifiDeviceList ¶
type ResponseWifiDeviceList struct { *response.ResponseOfficialAccount Data *DeviceList `json:"data"` }
type ResponseWifiQrCodeURL ¶
type ResponseWifiQrCodeURL struct { *response.ResponseOfficialAccount Data *QRCode `json:"data"` }
type ResponseWifiShopGet ¶
type ResponseWifiShopGet struct { *response.ResponseOfficialAccount Data *Shop `json:"data"` }
type ResponseWifiShopList ¶
type ResponseWifiShopList struct { *response.ResponseOfficialAccount Data *ShopList `json:"data"` }
type ResponseWifiSummary ¶
type ResponseWifiSummary struct { *response.ResponseOfficialAccount Data []*Wifi `json:"data"` }
type SSIDPassword ¶
type Shop ¶
type Shop struct { ShopName string `json:"shop_name"` Ssid string `json:"ssid"` SsidList []string `json:"ssid_list"` SsidPasswordList []*SSIDPassword `json:"ssid_password_list"` Password string `json:"password"` ProtocolType int `json:"protocol_type"` ApCount int `json:"ap_count"` TemplateId int `json:"template_id"` HomepageUrl string `json:"homepage_url"` BarType int `json:"bar_type"` Sid string `json:"sid"` PoiId string `json:"poi_id"` HomepageWxaUserName string `json:"homepage_wxa_user_name"` HomepageWxaPath string `json:"homepage_wxa_path"` FinishPageURL string `json:"finishpage_url"` FinishPageWXAUserName string `json:"finishpage_wxa_user_name"` FinishPageWXAPath string `json:"finishpage_wxa_path"` FinishPageType int `json:"finishpage_type"` }
type Wifi ¶
type Wifi struct { ShopID string `json:"shop_id"` StatisTime int64 `json:"statis_time"` TotalUser int `json:"total_user"` HomepageUV int `json:"homepage_uv"` NewFans int `json:"new_fans"` TotalFans int `json:"total_fans"` WXConnectUser int `json:"wxconnect_user"` ConnectMsgUser int `json:"connect_msg_user"` }
Click to show internal directories.
Click to hide internal directories.