We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b3484 commit 32aa04aCopy full SHA for 32aa04a
WeOpen/Login.php
@@ -55,7 +55,7 @@ public function auth($redirectUri)
55
{
56
$appid = $this->config->get('appid');
57
$redirectUri = urlencode($redirectUri);
58
- 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";
59
}
60
61
/**
0 commit comments