Commit 5c6e86fc authored by zhangyong's avatar zhangyong

1

parent 5984383a
......@@ -189,7 +189,7 @@ public class HttpUtil {
params.add(sKey + "=" + (sVal == null ? "" : URLEncoder.encode(String.valueOf(sVal), encode == null ? charset : encode)));
}
} else {
params.add("sKey=");
params.add(sKey+"=");
}
}
}
......
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