|
@@ -517,6 +517,10 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService
|
|
|
// }
|
|
// }
|
|
|
String msg = "<div style=\"color: red;margin-bottom: 15px;font-weight: bold;\">本课程为会员独享<br>请长按二维码</div>\n" +
|
|
String msg = "<div style=\"color: red;margin-bottom: 15px;font-weight: bold;\">本课程为会员独享<br>请长按二维码</div>\n" +
|
|
|
"\t\t\t\t\t<div style=\"color: #999;font-size: 14px;font-weight: bold;\">添加伴学助手免费领取会员权限</div>";
|
|
"\t\t\t\t\t<div style=\"color: #999;font-size: 14px;font-weight: bold;\">添加伴学助手免费领取会员权限</div>";
|
|
|
|
|
+ //济南联志隐藏二维码
|
|
|
|
|
+ if ("济南联志健康".equals(signProjectName)) {
|
|
|
|
|
+ msg = "<div style=\"color: red;margin-bottom: 15px;font-weight: bold;\">本课程为会员独享<br></div>";
|
|
|
|
|
+ }
|
|
|
// try {
|
|
// try {
|
|
|
// new Thread(() -> {
|
|
// new Thread(() -> {
|
|
|
// try {
|
|
// try {
|
|
@@ -905,6 +909,9 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
private R addCustomerService(String qwUserById,String msg){
|
|
private R addCustomerService(String qwUserById,String msg){
|
|
|
|
|
+ if ("济南联志健康".equals(signProjectName)){
|
|
|
|
|
+ return R.error(400,msg).put("qrcode", "");
|
|
|
|
|
+ }
|
|
|
String json = configService.selectConfigByKey("course.config");
|
|
String json = configService.selectConfigByKey("course.config");
|
|
|
CourseConfig config = JSONUtil.toBean(json, CourseConfig.class);
|
|
CourseConfig config = JSONUtil.toBean(json, CourseConfig.class);
|
|
|
String contactWay = "";
|
|
String contactWay = "";
|