This commit is contained in:
zhongchao
2022-03-31 16:53:43 +08:00
parent 6209e76616
commit 55bc199f0d
79 changed files with 83 additions and 3260 deletions

View File

@@ -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;
}