Skip to content

Commit 32aa04a

Browse files
committed
[更新]修改链接变量 #1
1 parent f0b3484 commit 32aa04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WeOpen/Login.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function auth($redirectUri)
5555
{
5656
$appid = $this->config->get('appid');
5757
$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";
58+
return "https://open.weixin.qq.com/connect/qrconnect?appid={$appid}&redirect_uri={$redirectUri}&response_type=code&scope=snsapi_login&state={$appid}#wechat_redirect";
5959
}
6060

6161
/**

0 commit comments

Comments
 (0)