|
@@ -1570,7 +1570,7 @@ public class FsUserCourseVideoServiceImpl extends ServiceImpl<FsUserCourseVideoM
|
|
|
// }
|
|
// }
|
|
|
log.info("查询会员信息:{}", user);
|
|
log.info("查询会员信息:{}", user);
|
|
|
if (user.getStatus() == 0) {
|
|
if (user.getStatus() == 0) {
|
|
|
- return R.error("会员被停用,无权限,请联系客服!");
|
|
|
|
|
|
|
+ return R.error("当前学习通道访问限流,暂时无法观看!");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if (StringUtil.strIsNullOrEmpty(user.getMpOpenId()) && !"北京存在文化".equals(signProjectName)){
|
|
if (StringUtil.strIsNullOrEmpty(user.getMpOpenId()) && !"北京存在文化".equals(signProjectName)){
|
|
@@ -4075,7 +4075,7 @@ public class FsUserCourseVideoServiceImpl extends ServiceImpl<FsUserCourseVideoM
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if (fsUser.getStatus() == 0) {
|
|
if (fsUser.getStatus() == 0) {
|
|
|
- return R.error("会员被停用,无权限,请联系客服!");
|
|
|
|
|
|
|
+ return R.error("当前学习通道访问限流,暂时无法观看!");
|
|
|
}
|
|
}
|
|
|
return createWatchIsOpen(param);
|
|
return createWatchIsOpen(param);
|
|
|
}
|
|
}
|
|
@@ -4156,7 +4156,7 @@ public class FsUserCourseVideoServiceImpl extends ServiceImpl<FsUserCourseVideoM
|
|
|
// 获取用户信息
|
|
// 获取用户信息
|
|
|
FsUser user = fsUserMapper.selectFsUserByUserId(param.getUserId());
|
|
FsUser user = fsUserMapper.selectFsUserByUserId(param.getUserId());
|
|
|
if (user == null) {
|
|
if (user == null) {
|
|
|
- return R.error("会员被停用,无权限,请联系客服!");
|
|
|
|
|
|
|
+ return R.error("当前学习通道访问限流,暂时无法观看!");
|
|
|
}
|
|
}
|
|
|
FsCourseWatchLog log = courseWatchLogMapper.getWatchCourseVideo(param.getUserId(), param.getVideoId(), param.getQwUserId(), param.getQwExternalId());
|
|
FsCourseWatchLog log = courseWatchLogMapper.getWatchCourseVideo(param.getUserId(), param.getVideoId(), param.getQwUserId(), param.getQwExternalId());
|
|
|
if (log == null) {
|
|
if (log == null) {
|
|
@@ -4238,7 +4238,7 @@ public class FsUserCourseVideoServiceImpl extends ServiceImpl<FsUserCourseVideoM
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if (fsUser.getStatus() != null && fsUser.getStatus() == 0) {
|
|
if (fsUser.getStatus() != null && fsUser.getStatus() == 0) {
|
|
|
- return R.error("会员被停用,无权限,请联系客服!");
|
|
|
|
|
|
|
+ return R.error("当前学习通道访问限流,暂时无法观看!");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 处理群聊逻辑
|
|
// 处理群聊逻辑
|