refactor(接口测试): 接口响应添加请求类型字段
This commit is contained in:
parent
14cc01dcf1
commit
c2fa378954
|
@ -39,6 +39,7 @@ public class RequestResult {
|
||||||
private String body;
|
private String body;
|
||||||
|
|
||||||
private String status;
|
private String status;
|
||||||
|
private String method;
|
||||||
|
|
||||||
private int totalAssertionCount = 0;
|
private int totalAssertionCount = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue