🐛 修改错误的接口地址

This commit is contained in:
李寻欢 2025-04-25 22:26:26 +08:00
parent 06b0e8384c
commit 6ac7feb180

View File

@ -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
}