mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-09-22 11:46:08 +08:00
添加auth参数
This commit is contained in:
@@ -25,8 +25,9 @@ type ClientRequest struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type auth struct {
|
type auth struct {
|
||||||
Username string `xml:"username"`
|
Username string `xml:"username"`
|
||||||
Password string `xml:"password"`
|
Password string `xml:"password"`
|
||||||
|
SecondaryPassword string `xml:"secondary_password"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type deviceId struct {
|
type deviceId struct {
|
||||||
|
Reference in New Issue
Block a user