fix: 模版类型修改

This commit is contained in:
wenyann 2020-12-24 16:14:31 +08:00
parent 42ab7247fb
commit 783494c9db
1 changed files with 1 additions and 1 deletions

View File

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