mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 23:48:03 +08:00
增加弹窗输入OTP动态码的功能
This commit is contained in:
@@ -17,6 +17,8 @@ type ClientRequest struct {
|
||||
Version string `xml:"version"` // 客户端版本号
|
||||
GroupAccess string `xml:"group-access"` // 请求的地址
|
||||
GroupSelect string `xml:"group-select"` // 选择的组名
|
||||
RemoteAddr string `xml:"remote_addr"`
|
||||
UserAgent string `xml:"user_agent"`
|
||||
SessionId string `xml:"session-id"`
|
||||
SessionToken string `xml:"session-token"`
|
||||
Auth auth `xml:"auth"`
|
||||
@@ -27,6 +29,7 @@ type ClientRequest struct {
|
||||
type auth struct {
|
||||
Username string `xml:"username"`
|
||||
Password string `xml:"password"`
|
||||
OtpSecret string `xml:"otp_secret"`
|
||||
SecondaryPassword string `xml:"secondary_password"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user