|
|
@@ -35,10 +35,11 @@ class weixin_public
|
|
|
//获取code
|
|
|
public function redirectWithCode()
|
|
|
{
|
|
|
- $url = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=".$this->appid
|
|
|
- ."&redirect_uri=".urlencode($this->uri)
|
|
|
- ."&response_type=code&scope=snsapi_userinfo&state=".time()."#wechat_redirect";
|
|
|
+// $url = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=".$this->appid
|
|
|
+// ."&redirect_uri=".urlencode($this->uri)
|
|
|
+// ."&response_type=code&scope=snsapi_userinfo&state=".time()."#wechat_redirect";
|
|
|
|
|
|
+ $url = 'test';
|
|
|
//header('Location: '.$url);
|
|
|
|
|
|
return $url;
|