添加auth参数

This commit is contained in:
bjdgyc 2022-10-11 17:06:23 +08:00
parent ac0b9ee4ee
commit 82ad948b08
1 changed files with 3 additions and 2 deletions
server/handler

View File

@ -27,6 +27,7 @@ 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 {