fix: 还原 postman 导入 pathvariable 失效的问题

This commit is contained in:
zhangdahai112 2021-11-23 20:11:36 +08:00 committed by 刘瑞斌
parent bb24c5a3a0
commit 750a49386b
2 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,5 @@ public class PostmanCollection {
private PostmanCollectionInfo info;
private List<PostmanItem> item;
private List<PostmanKeyValue> variable;
}

View File

@ -11,5 +11,4 @@ public class PostmanUrl {
private String protocol;
private String port;
private List<PostmanKeyValue> query;
private List<PostmanKeyValue> variable;
}