|
|
@@ -1598,7 +1598,7 @@ public class FsUserCourseVideoServiceImpl extends ServiceImpl<FsUserCourseVideoM
|
|
|
CourseConfig config = JSONUtil.toBean(json, CourseConfig.class);
|
|
|
|
|
|
//服务号授权的,缺mpOpenId的重新登录
|
|
|
- if (config.getMiniAppAuthType() == 2 && StringUtil.strIsNullOrEmpty(user.getMpOpenId())) {
|
|
|
+ if (config.getMiniAppAuthType() == 2 && StringUtil.strIsNullOrEmpty(user.getMpOpenId()) && param.getSource() != 3) {
|
|
|
return R.error(401, "授权后可继续!");
|
|
|
}
|
|
|
|