@@ -34,7 +34,7 @@ public class ThirdController { | |||
@GetMapping(value = "/redirect") | |||
public void redirect(HttpServletRequest req, HttpServletResponse resp) throws Exception { | |||
log.info("访问www.baidu.com"); | |||
resp.sendRedirect("https://airport-test.t-aaron.com/transfer"); | |||
log.info("访问airport"); | |||
resp.sendRedirect("https://airport.t-aaron.com/transfer"); | |||
} | |||
} |
@@ -44,9 +44,9 @@ public class ThirdServiceImpl implements ThirdService { | |||
@Autowired | |||
private RegisteredClientMapper registeredClientMapper; | |||
private static final String username = "csadmin"; | |||
private static final String username = "gzjj"; | |||
private static final String password = "thjs2023"; | |||
private static final String password = "gzjj@2023"; | |||
/** |