This commit is contained in:
Noth Amor
2022-07-18 18:11:33 +08:00
parent 86b00d054a
commit 974ceb5b3d

View File

@@ -6,7 +6,7 @@ import (
)
func main() {
bot := openwechat.DefaultBot()
bot := openwechat.DefaultBot(openwechat.Desktop)
// bot := openwechat.DefaultBot(openwechat.Desktop) // 桌面模式,上面登录不上的可以尝试切换这种模式
// 注册消息处理函数