切换导航条
此项目
正在载入...
登录
景龙
/
xingqiu
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
景龙
6 years ago
提交
d077e9faeffcb8b329afcc91e6020ab69f968c30
1 个父辈
561ad286
1 个管道 的构建
通过
耗费 6 秒
上传微信验证txt
变更
3
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
8 行增加
和
2 行删除
app/portal/controller/LoginController.php
public/MP_verify_DieoEnMhKKV0jpe6.txt
public/themes/admin_simpleboot3/admin/index/index.html
app/portal/controller/LoginController.php
查看文件 @
d077e9f
...
...
@@ -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'
);
...
...
public/MP_verify_DieoEnMhKKV0jpe6.txt
0 → 100644
查看文件 @
d077e9f
DieoEnMhKKV0jpe6
\ No newline at end of file
...
...
public/themes/admin_simpleboot3/admin/index/index.html
查看文件 @
d077e9f
...
...
@@ -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 > h1)"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<!-- HTML5 shim for IE8 support of HTML5 elements -->
...
...
请
注册
或
登录
后发表评论