Commit 255485d5 by guojuxing

test

parent 2faf561f
......@@ -158,7 +158,7 @@ public class LoginController {
@RequestMapping("login-for-operation")
public RestResponse login(Integer enterpriseId, String phone, String realName, String redirectUrl, HttpServletResponse response) throws IOException {
if (StringUtils.isBlank(redirectUrl)) {
redirectUrl = "https://four.gicdev.com/cost-center/billing-center/overview";
redirectUrl = "https://four.gicdev.com/cost-center/";
}
response.setStatus(302);
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