|
@@ -934,6 +934,14 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService
|
|
|
if (qwUser==null){
|
|
if (qwUser==null){
|
|
|
return R.error("客服不存在");
|
|
return R.error("客服不存在");
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ // 如果是"北京存在文化"项目,直接返回固定的二维码
|
|
|
|
|
+ if ("北京存在文化".equals(signProjectName)) {
|
|
|
|
|
+ contactWay = "https://www.showdoc.com.cn/1889765213630885/8938733230746678";
|
|
|
|
|
+ return R.error(400, msg).put("qrcode", contactWay);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ // 其他项目使用原来的逻辑
|
|
|
if (StringUtils.isNotEmpty(qwUser.getContactWay())){
|
|
if (StringUtils.isNotEmpty(qwUser.getContactWay())){
|
|
|
contactWay = qwUser.getContactWay();
|
|
contactWay = qwUser.getContactWay();
|
|
|
}
|
|
}
|