Commit 625af9ca by guojuxing

运营平台单点登录

parent c17e06dd
......@@ -157,7 +157,7 @@ public class LoginController {
@IgnoreLogin
@RequestMapping("login-for-operation")
public RestResponse login(Integer enterpriseId, String phone, String realName, String redirectUrl, HttpServletResponse response) throws IOException {
if (UserContext.getContext().get().getEnterpriseId() != null) {
if (UserContext.getContext().get().getUserInfo() != null) {
//已有登录信息
//跳转到页面
//暂时写死跳转到计费中心首页
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment