REQ-2924-调整钉钉提示查询堆栈信息地址
This commit is contained in:
parent
faa9409b4a
commit
0ddbaad244
@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user