|
@@ -51,7 +51,7 @@ public class BuildSceneDTServiceImpl implements IBuildSceneDTService {
|
|
|
CompletableFuture.runAsync(() -> {
|
|
|
try {
|
|
|
log.info("开始发送钉钉消息");
|
|
|
- String logPath = String.format(contentExt,fYunFileConfig.getHost(),num,fYunFileConfig.getHost(),num);
|
|
|
+ String logPath = String.format(contentExt,mainUrl,num,fYunFileConfig.getHost(),num);
|
|
|
log.info("发送钉钉消息,content:{}", logPath);
|
|
|
String content = String.format(this.DINGTALK_MSG_PATTERN, this.mainUrl, hostName, reason, num, serverPath) + logPath;
|
|
|
log.info("发送钉钉消息,content:{}", content);
|