update readme.md
This commit is contained in:
parent
2abb9cc99a
commit
e44cf1e557
@ -48,7 +48,7 @@ func main() {
|
|||||||
bot := openwechat.DefaultBot()
|
bot := openwechat.DefaultBot()
|
||||||
|
|
||||||
// 注册消息处理函数
|
// 注册消息处理函数
|
||||||
bot.RegisterMessageHandler(messageHandler)
|
bot.MessageHandler = messageHandler
|
||||||
// 设置默认的登录回调
|
// 设置默认的登录回调
|
||||||
// 可以设置通过该uuid获取到登录的二维码
|
// 可以设置通过该uuid获取到登录的二维码
|
||||||
bot.UUIDCallback = openwechat.PrintlnQrcodeUrl
|
bot.UUIDCallback = openwechat.PrintlnQrcodeUrl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user