Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseDeviceAuthorize ¶
type ResponseDeviceAuthorize struct {
*response.ResponseOfficialAccount
Resp []*Resp `json:"resp"`
}
type ResponseDeviceBind ¶
type ResponseDeviceBind struct {
BaseResp *BaseResp `json:"base_resp"`
}
type ResponseDeviceCreateID ¶
type ResponseDeviceCreateID struct {
*response.ResponseOfficialAccount
RespMsg *RespMsg `json:"resp_msg"`
}
type ResponseDeviceCreateQRCode ¶
type ResponseDeviceCreateQRCode struct {
*response.ResponseOfficialAccount
DeviceNum int `json:"device_num"`
CodeList []*Code `json:"code_list"`
}
type ResponseDeviceMessage ¶
type ResponseDeviceMessage struct {
*response.ResponseOfficialAccount
Ret int `json:"ret"`
RetInfo string `json:"ret_info"`
}
Click to show internal directories.
Click to hide internal directories.