|
@@ -101,7 +101,7 @@ public class WudaOpenApiController {
|
|
|
String code = URLEncoder.encode(MessageFormat.format(pattern, userAuthenticationDto.getUid(), SignatureEntityTest.FIELD_JOINER, SignatureEntityTest.encrypt(userAuthenticationDto.getCode())), SystemConstant.CHARSET_NAME);
|
|
|
log.info("code:{}", code);
|
|
|
response.setHeader("Access-Control-Allow-Origin", "*");
|
|
|
- response.sendRedirect(dictionaryConfig.sysDomain().getLoginAuthenUrl() + "/" + code);
|
|
|
+ response.sendRedirect(dictionaryConfig.sysDomain().getLoginAuthenUrl() + code);
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "cas用户鉴权测试接口")
|