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