You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.
feign-form/feign-form/src/main/java/feign/form/FormEncoder.java
Line 95 in 98e51d1
if bodyType‘s typeName is "java.util.map<java.lang.String, java.lang.Object>" cannot correct match
eg:
@RequestLine("POST /user")
@headers("Content-Type: application/x-www-form-urlencoded")
void addUser (Map<String,Object> stringObjectMap);
The text was updated successfully, but these errors were encountered: