|
|
@@ -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) {
|