Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于RequestParams类中的addFormDataPart对参数的判断 #30

Open
baletree opened this issue Jun 2, 2017 · 0 comments
Open

关于RequestParams类中的addFormDataPart对参数的判断 #30

baletree opened this issue Jun 2, 2017 · 0 comments

Comments

@baletree
Copy link

baletree commented Jun 2, 2017

Part part = new Part(key, value);
if (!StringUtils.isEmpty(key) && !params.contains(part)) {
params.add(part);
}
此处contains判断不得行,如果是分页加载数据,参数的key不变,但是value是变的,岂不是RequestParams的key越来越多??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant