REQ-2924-调整钉钉提示查询堆栈信息地址

This commit is contained in:
yangqicheng 2024-09-12 19:03:19 +08:00
parent faa9409b4a
commit 0ddbaad244

View File

@ -64,7 +64,7 @@ public class DingTalkUtils {
if (!StringUtils.hasText(jobId)) { if (!StringUtils.hasText(jobId)) {
return ""; return "";
} }
return urlPrefix + "/web/v1/api/process/job/dead-letter/exception/stacktrace/byId?jobId=" + jobId; return urlPrefix + "/workflow-engine/web/v1/api/process/job/dead-letter/exception/stacktrace/byId?jobId=" + jobId;
} catch (Exception e) { } catch (Exception e) {
return "构造查询错误堆栈地址异常:" + e.getMessage(); return "构造查询错误堆栈地址异常:" + e.getMessage();
} }