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

关于put请求的问题 #105

Open
HolmesBill opened this issue May 21, 2020 · 0 comments
Open

关于put请求的问题 #105

HolmesBill opened this issue May 21, 2020 · 0 comments

Comments

@HolmesBill
Copy link

代码:

Map<String, String> parameters = new HashMap<>();
parameters.put("image",imgUrl);
parameters.put("pay_type",payType);

    novate.rxPut(INVITEREPAYPAY,parameters, new RxStringCallback() {...}

异常:
java.lang.IllegalArgumentException: @fieldmap parameters can only be used with form encoding. (parameter #2)

请问怎么处理,百度不出原因

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