Skip to content

Commit

Permalink
Update Server.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanson authored Nov 15, 2017
1 parent b2efbd3 commit a022a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit a022a89

Please sign in to comment.