[manager]feature:[website api]monitor support keyword match (#72)

This commit is contained in:
tomsun28
2022-04-06 10:26:33 +08:00
committed by GitHub
parent f238a1d4ea
commit 018db2a14f
8 changed files with 82 additions and 10 deletions

View File

@@ -49,7 +49,6 @@ public class HttpProtocol {
* http请求携带的请求体
*/
private String payload;
/**
* 认证信息
*/
@@ -66,6 +65,10 @@ public class HttpProtocol {
* 数据解析脚本 当解析方式为 jsonPath or xmlPath时存在
*/
private String parseScript;
/**
* 内容关键字
*/
private String keyword;
/**
* 认证信息