|
|
@@ -1173,7 +1173,7 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService
|
|
|
return R.error("会员被停用,无权限,请联系客服!");
|
|
|
}
|
|
|
|
|
|
- if (StringUtil.strIsNullOrEmpty(user.getMpOpenId())){
|
|
|
+ if (StringUtil.strIsNullOrEmpty(user.getMpOpenId()) && !"北京存在文化".equals(signProjectName)){
|
|
|
return R.error(401,"授权后可继续!");
|
|
|
}
|
|
|
|