Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCampusNetService ¶
func GetQueryString ¶
func LogoutCampusNetWork ¶
Types ¶
type CampusLogin ¶
type ConnectCampusNetWorkResp ¶
type ConnectCampusNetWorkResp struct { UserIndex string `json:"userIndex"` Result string `json:"result"` Message string `json:"message"` Forwordurl interface{} `json:"forwordurl"` KeepaliveInterval int `json:"keepaliveInterval"` ValidCodeURL string `json:"validCodeUrl"` }
func ConnectCampusNetWork ¶
func ConnectCampusNetWork(cl *CampusLogin) (ConnectCampusNetWorkResp, error)
type GetQueryStringError ¶
type GetQueryStringError struct {
// contains filtered or unexported fields
}
func (*GetQueryStringError) Error ¶
func (e *GetQueryStringError) Error() string
Click to show internal directories.
Click to hide internal directories.