merge
This commit is contained in:
@@ -86,8 +86,6 @@ public abstract class BaseParams {
|
||||
public BaseParams put(String key, Object value) {
|
||||
if (checkKey(key) && checkValue(value)) {
|
||||
urlParams.put(key, value);
|
||||
} else {
|
||||
CallerLogger.INSTANCE.e(M_NETWORK + TAG, "parameter key is illegal or parameter value is illegal");
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user