切换导航条
此项目
正在载入...
登录
景龙
/
xingqiu
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
景龙
6 years ago
提交
047646e3b0355c7bc04d41009164fc2a0684f000
1 个父辈
7c906dd0
1 个管道 的构建
通过
耗费 0 秒
调试微博登录接口
变更
3
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
4 行增加
和
3 行删除
app/portal/controller/LoginController.php
public/themes/simpleboot3/portal/login/third_login.html
public/themes/simpleboot3/public/slide.html
app/portal/controller/LoginController.php
查看文件 @
047646e
...
...
@@ -417,7 +417,8 @@ class LoginController extends HomeBaseController
}
$userInfo
=
$this
->
findThird
(
$where
);
cmf_update_current_user
(
$userInfo
);
$this
->
redirect
(
'/'
);
$this
->
wb_share
();
// $this->redirect('/');
}
//微博分享
...
...
public/themes/simpleboot3/portal/login/third_login.html
查看文件 @
047646e
...
...
@@ -41,7 +41,7 @@
<img
src=
"__TMPL__/public/assets/starImg/aicon_90.png"
alt=
""
>
</div>
<input
type=
"hidden"
name=
"client_id"
value=
"737607150"
>
<input
type=
"hidden"
name=
"redirect_uri"
value=
"http://www.
xingqiu
.cn/portal/login/wb_login"
>
<input
type=
"hidden"
name=
"redirect_uri"
value=
"http://www.
starplanet
.cn/portal/login/wb_login"
>
</form>
</div>
</div>
...
...
public/themes/simpleboot3/public/slide.html
查看文件 @
047646e
...
...
@@ -28,7 +28,7 @@
<p>
168
</p>
</div>
<input
type=
"hidden"
name=
"client_id"
value=
"737607150"
>
<input
type=
"hidden"
name=
"redirect_uri"
value=
"http://www.
xingqiu
.cn/portal/login/wb_login"
>
<input
type=
"hidden"
name=
"redirect_uri"
value=
"http://www.
starplanet
.cn/portal/login/wb_login"
>
<input
type=
"hidden"
name=
"flag"
value=
"1"
>
</form>
...
...
请
注册
或
登录
后发表评论