update uuid callback println func
This commit is contained in:
parent
c50194ff84
commit
55a3104f07
9
bot.go
9
bot.go
@ -199,6 +199,11 @@ func DefaultBot() *Bot {
|
||||
return NewBot(DefaultCaller(), NewSimpleWechatStorage())
|
||||
}
|
||||
|
||||
func PrintlnQrcodeUrl(uuid string) {
|
||||
println(qrcodeUrl + uuid)
|
||||
func GetQrcodeUrl(uuid string) string {
|
||||
return qrcodeUrl + uuid
|
||||
}
|
||||
|
||||
func PrintlnQrcodeUrl(uuid string) {
|
||||
println("访问下面网址扫描二维码登录")
|
||||
println(GetQrcodeUrl(uuid))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user