refactor(接口测试): 接口响应添加请求类型字段

This commit is contained in:
AgAngle 2023-12-14 18:20:45 +08:00 committed by Craftsman
parent 14cc01dcf1
commit c2fa378954
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ public class RequestResult {
private String body;
private String status;
private String method;
private int totalAssertionCount = 0;