From a022a898463f21c3f7c991768541c202dcb0a967 Mon Sep 17 00:00:00 2001 From: HanSon Date: Wed, 15 Nov 2017 17:09:39 +0800 Subject: [PATCH] Update Server.php --- src/Core/Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Server.php b/src/Core/Server.php index ee6c0460..51f87326 100644 --- a/src/Core/Server.php +++ b/src/Core/Server.php @@ -121,7 +121,7 @@ protected function getUuid() */ public function showQrCode() { - $url = 'https://login.weixin.qq.com/qrcode/'.$this->vbot->config['server.uuid']; + $url = 'https://login.weixin.qq.com/l/'.$this->vbot->config['server.uuid']; $this->vbot->qrCodeObserver->trigger($url);