feat(接口测试): 添加前后置脚本执行标识
This commit is contained in:
parent
a834a563fb
commit
ff5421775d
|
@ -119,4 +119,9 @@ public class RequestResult {
|
|||
*/
|
||||
private String fakeErrorCode;
|
||||
|
||||
/**
|
||||
* 前后置脚本执行标识
|
||||
*/
|
||||
private String scriptIdentifier;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue