🐛 修改错误的接口地址
This commit is contained in:
parent
06b0e8384c
commit
6ac7feb180
@ -166,7 +166,7 @@ func (s service) Logout() (err error) {
|
|||||||
SetHeader("WeChatId", s.robotInfo.GetId()).
|
SetHeader("WeChatId", s.robotInfo.GetId()).
|
||||||
SetResult(&result).
|
SetResult(&result).
|
||||||
SetBody(map[string]any{"Wxid": s.robotInfo.GetId()}).
|
SetBody(map[string]any{"Wxid": s.robotInfo.GetId()}).
|
||||||
Post("/Logout")
|
Post("/LogOut")
|
||||||
err = result.CheckError(err)
|
err = result.CheckError(err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user