Commit aa71e6cf authored by 张永's avatar 张永

1

parent 260f1b2f
...@@ -262,7 +262,6 @@ public class HttpUtil { ...@@ -262,7 +262,6 @@ public class HttpUtil {
if (sVals != null && sVals.length > 0) { if (sVals != null && sVals.length > 0) {
for (Object sVal : sVals) { for (Object sVal : sVals) {
if(StringUtil.isNotEmpty(sVal)) { if(StringUtil.isNotEmpty(sVal)) {
System.out.println(sKey+"---"+sVal);
params.add(sKey + "=" +sVal); params.add(sKey + "=" +sVal);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment