fix: 模版类型修改
This commit is contained in:
parent
42ab7247fb
commit
783494c9db
|
@ -273,7 +273,7 @@ public class APIBackendListenerClient extends AbstractBackendListenerClient impl
|
|||
Map<String, Object> paramMap = new HashMap<>();
|
||||
paramMap.put("testName", report.getName());
|
||||
paramMap.put("id", report.getId());
|
||||
paramMap.put("type", "performance");
|
||||
paramMap.put("type", "api");
|
||||
paramMap.put("url", baseSystemConfigDTO.getUrl());
|
||||
paramMap.put("status", report.getStatus());
|
||||
NoticeModel noticeModel = NoticeModel.builder()
|
||||
|
|
Loading…
Reference in New Issue