From 82ad948b08087fddb4e5eaf05b8a1cea2f4aaa0a Mon Sep 17 00:00:00 2001 From: bjdgyc Date: Tue, 11 Oct 2022 17:06:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0auth=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/handler/link_base.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server/handler/link_base.go b/server/handler/link_base.go index b62937f..ab7c4cf 100644 --- a/server/handler/link_base.go +++ b/server/handler/link_base.go @@ -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 {