Skip to content

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

Description

@baletree

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions