fix: postman 导入 pathvariable 失效的问题

This commit is contained in:
zhangdahai112 2021-11-23 19:53:45 +08:00 committed by 刘瑞斌
parent 78bf63432e
commit e16ea43d2b
2 changed files with 1 additions and 1 deletions

View File

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

View File

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