Skip to content

Commit

Permalink
[更新]修改链接变量 #1
Browse files Browse the repository at this point in the history
  • Loading branch information
zoujingli committed Jun 14, 2018
1 parent f0b3484 commit 32aa04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeOpen/Login.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function auth($redirectUri)
{
$appid = $this->config->get('appid');
$redirectUri = urlencode($redirectUri);
return "https://open.weixin.qq.com/connect/qrconnect?appid={$appid}&redirect_uri=${$redirectUri}&response_type=code&scope=snsapi_login&state={$appid}#wechat_redirect";
return "https://open.weixin.qq.com/connect/qrconnect?appid={$appid}&redirect_uri={$redirectUri}&response_type=code&scope=snsapi_login&state={$appid}#wechat_redirect";
}

/**
Expand Down

0 comments on commit 32aa04a

Please sign in to comment.