fix: postman 导入 pathvariable 失效的问题
This commit is contained in:
parent
78bf63432e
commit
e16ea43d2b
|
@ -9,5 +9,4 @@ public class PostmanCollection {
|
|||
|
||||
private PostmanCollectionInfo info;
|
||||
private List<PostmanItem> item;
|
||||
private List<PostmanKeyValue> variable;
|
||||
}
|
||||
|
|
|
@ -11,4 +11,5 @@ public class PostmanUrl {
|
|||
private String protocol;
|
||||
private String port;
|
||||
private List<PostmanKeyValue> query;
|
||||
private List<PostmanKeyValue> variable;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue