|
|
@@ -90,7 +90,7 @@ public class ContactUsServiceImpl extends ServiceImpl<IContactUsMapper, ContactU
|
|
|
|
|
|
@Override
|
|
|
public void callBack(String uuid, HttpServletResponse response) {
|
|
|
- String redirectUrl =ucenterConfig.getMainUrl();
|
|
|
+ String redirectUrl =ucenterConfig.getContactUsRedirectUrl();
|
|
|
String rediskey = String.format(RedisKeyUtil.CONTACT_US_KEY,uuid);
|
|
|
String rediskey2 = null;
|
|
|
try {
|
|
|
@@ -118,7 +118,6 @@ public class ContactUsServiceImpl extends ServiceImpl<IContactUsMapper, ContactU
|
|
|
userService.save(userEntity);
|
|
|
LoginVo login = loginService.login(userEntity);
|
|
|
response.setHeader("token", login.getToken());
|
|
|
- redirectUrl = contactUs.getRedirectUrl();
|
|
|
}
|
|
|
|
|
|
}catch (Exception e){
|