Merge branch 'v1.6'

This commit is contained in:
wenyann 2020-12-24 17:53:14 +08:00
commit 0a5b7a886b
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ public class APIBackendListenerClient extends AbstractBackendListenerClient impl
Map<String, Object> paramMap = new HashMap<>(); Map<String, Object> paramMap = new HashMap<>();
paramMap.put("testName", report.getName()); paramMap.put("testName", report.getName());
paramMap.put("id", report.getId()); paramMap.put("id", report.getId());
paramMap.put("type", "performance"); paramMap.put("type", "api");
paramMap.put("url", baseSystemConfigDTO.getUrl()); paramMap.put("url", baseSystemConfigDTO.getUrl());
paramMap.put("status", report.getStatus()); paramMap.put("status", report.getStatus());
NoticeModel noticeModel = NoticeModel.builder() NoticeModel noticeModel = NoticeModel.builder()