作者 景龙
1 个管道 的构建 通过 耗费 6 秒

上传微信验证txt

... ... @@ -365,7 +365,7 @@ class LoginController extends HomeBaseController
return $url;
}
//第三方微信登录
//第三方微信pc登录
public function wx_login(){
$code = $this->request->get('code');
$url = 'https://api.weixin.qq.com/sns/oauth2/access_token?appid='.$this->appkey1.'&secret='.$this->appsecret1.'&code='.$code.'&grant_type=authorization_code';
... ... @@ -408,6 +408,11 @@ class LoginController extends HomeBaseController
$this->redirect('/');
}
//第三方微信移动端网页登录
public function wx_login_mobile(){
}
//第三方微博登录
public function wb_login(){
$code = $this->request->get('code');
... ...
DieoEnMhKKV0jpe6
\ No newline at end of file
... ...
... ... @@ -5,7 +5,7 @@
<!-- Set render engine for 360 browser -->
<meta name="renderer" content="webkit">
<meta charset="utf-8">
<title>ThinkCMF {:lang('ADMIN_CENTER')}</title>
<title>独角星球 {:lang('ADMIN_CENTER')}</title>
<meta name="description" content="This is page-header (.page-header &gt; h1)">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- HTML5 shim for IE8 support of HTML5 elements -->
... ...