|
|
@@ -14,6 +14,7 @@ import com.fs.ad.enums.AdUploadType;
|
|
|
import com.fs.ad.service.IAdHtmlClickLogService;
|
|
|
import com.fs.common.core.domain.R;
|
|
|
import com.fs.common.core.redis.RedisCache;
|
|
|
+import com.fs.common.utils.CloudHostUtils;
|
|
|
import com.fs.common.utils.PubFun;
|
|
|
import com.fs.common.utils.StringUtils;
|
|
|
import com.fs.company.service.ICompanyConfigService;
|
|
|
@@ -3806,7 +3807,9 @@ public class QwExternalContactServiceImpl extends ServiceImpl<QwExternalContactM
|
|
|
if ("link".equals(att.getMsgtype())
|
|
|
&& !StringUtil.strIsNullOrEmpty(att.getLink().getCourseId())
|
|
|
&& !StringUtil.strIsNullOrEmpty(att.getLink().getVideoId())) {
|
|
|
-
|
|
|
+ if(CloudHostUtils.hasCloudHostName("木易华康")){
|
|
|
+ return;
|
|
|
+ }
|
|
|
try {
|
|
|
FsCourseLinkCreateParam param = new FsCourseLinkCreateParam();
|
|
|
param.setVideoId(Long.valueOf(att.getLink().getVideoId()));
|
|
|
@@ -3841,7 +3844,9 @@ public class QwExternalContactServiceImpl extends ServiceImpl<QwExternalContactM
|
|
|
if("miniprogram".equals(att.getMsgtype())
|
|
|
&& !StringUtil.strIsNullOrEmpty(att.getMiniprogram().getCourseId())
|
|
|
&& !StringUtil.strIsNullOrEmpty(att.getMiniprogram().getVideoId())){
|
|
|
-
|
|
|
+ if(CloudHostUtils.hasCloudHostName("木易华康")){
|
|
|
+ return;
|
|
|
+ }
|
|
|
try {
|
|
|
|
|
|
//小程序
|