From b843d9aa8c8e155fc217044f20e8319c96569fa9 Mon Sep 17 00:00:00 2001 From: eatMoreApple <15055461510@163.com> Date: Wed, 16 Jun 2021 21:24:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26e6713..fa93af1 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ import ( func main() { bot := openwechat.DefaultBot() + // bot := openwechat.DefaultBot(openwechat.Desktop) // 桌面模式,上面登录不上的可以尝试切换这种模式 // 注册消息处理函数 bot.MessageHandler = func(msg *openwechat.Message) {