wust校园网认证登录(web + pppoe拨号)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
canti/app/network/response.go

14 lines
400 B

package network
type ChallengeCodeResponse struct {
Challenge string `json:"challenge"`
ClientIp string `json:"client_ip"`
Ecode int `json:"ecode"`
Error string `json:"error"`
ErrorMsg string `json:"error_msg"`
Expire string `json:"expire"`
OnlineIp string `json:"online_ip"`
Res string `json:"res"`
SrunVer string `json:"srun_ver"`
St int `json:"st"`
}