Explorar el Código

益寿缘-销售端-短信发送课程链接补全https://

cgp hace 1 día
padre
commit
614715923f

+ 1 - 1
fs-service/src/main/java/com/fs/sop/service/impl/SopUserLogsInfoServiceImpl.java

@@ -1185,7 +1185,7 @@ public class SopUserLogsInfoServiceImpl implements ISopUserLogsInfoService {
             log.error("检测到未配置看课短信链接域名");
             return null;
         }
-        return config.getSmsDomainName() + "/" + link.getLink();
+        return "https://"+config.getSmsDomainName() + "/" + link.getLink();
     }
 
     private R processQwSopLogsBySendMsg(SendUserLogsInfoMsgParam param,Integer draftStrategy) {