Commit 5984383a authored by 曲欣红's avatar 曲欣红

修改

parent c8ec8e8d
...@@ -211,7 +211,7 @@ public class HttpUtil { ...@@ -211,7 +211,7 @@ public class HttpUtil {
params.add(sKey + "=" + (sVal == null ? "" : sVal)); params.add(sKey + "=" + (sVal == null ? "" : sVal));
} }
} else { } else {
params.add("sKey="); params.add(sKey+"=");
} }
} }
} }
......
...@@ -81,5 +81,4 @@ public class MailUtil { ...@@ -81,5 +81,4 @@ public class MailUtil {
throw new PluginException(e); throw new PluginException(e);
} }
} }
} }
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