破文档不一次写全

This commit is contained in:
NothAmor 2023-07-17 18:18:04 +08:00
parent 7e13497a85
commit 42fb64b4b5

View File

@ -35,7 +35,7 @@ func main() {
defer reloadStorage.Close()
// 执行热登录
err = global.Bot.HotLogin(reloadStorage)
err = global.Bot.HotLogin(reloadStorage, openwechat.NewRetryLoginOption())
if err != nil {
fmt.Printf("热登录失败: %s\n", err)
return