From 6ac7feb1802825cae91c29a3522fda61da5621af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Fri, 25 Apr 2025 22:26:26 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- login/impl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login/impl.go b/login/impl.go index 951637d..b9d34e5 100644 --- a/login/impl.go +++ b/login/impl.go @@ -166,7 +166,7 @@ func (s service) Logout() (err error) { SetHeader("WeChatId", s.robotInfo.GetId()). SetResult(&result). SetBody(map[string]any{"Wxid": s.robotInfo.GetId()}). - Post("/Logout") + Post("/LogOut") err = result.CheckError(err) return }