@@ -149,7 +149,7 @@ public class CuiQiuMailServiceImpl implements CuiQiuMailService {
throw BusinessRuntimeException.getInstance("获取认证链接失败,请重新获取");
}
//非点击装置同步更新按钮 直接返回链接
- if (!sync) return nfVerifyUrl;
+ if (linkType == 2) return nfVerifyUrl;
//失败返回验证链接
if (!groupsRelationNetflix.confirmUpdate(nfVerifyUrl)) {
return nfVerifyUrl;
@@ -792,7 +792,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
String url = urlPref + code;
- if (!sync) return url;
+ if (linkType == 2) return url;
if (!groupsRelationNetflixService.confirmUpdate(url)) {
return url;