mirror of https://github.com/bjdgyc/anylink.git
添加auth参数
This commit is contained in:
parent
ac0b9ee4ee
commit
82ad948b08
|
@ -25,8 +25,9 @@ type ClientRequest struct {
|
|||
}
|
||||
|
||||
type auth struct {
|
||||
Username string `xml:"username"`
|
||||
Password string `xml:"password"`
|
||||
Username string `xml:"username"`
|
||||
Password string `xml:"password"`
|
||||
SecondaryPassword string `xml:"secondary_password"`
|
||||
}
|
||||
|
||||
type deviceId struct {
|
||||
|
|
Loading…
Reference in New Issue