|
|
@@ -56,6 +56,7 @@ public class TtAuthController { |
|
|
|
@GetMapping("/goto_auth_url") |
|
|
|
public void gotoPreAuthUrl(HttpServletRequest request, HttpServletResponse response) { |
|
|
|
String host = request.getHeader("host"); |
|
|
|
logger.info("-----host="+host); |
|
|
|
String url = "https://" + host + "/T/wt_auth/jump"; |
|
|
|
try { |
|
|
|
url = openService.getTtOpenComponentService().getPreAuthUrl(url); |
|
|
|