mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
change return not null
This commit is contained in:
parent
ceaac0c412
commit
b9e468d6c7
@ -353,7 +353,7 @@ public class HttpUtil {
|
||||
}
|
||||
|
||||
/**
|
||||
* 将Map形式的Form表单数据转换为Url参数形式,不做编码
|
||||
* 将Map形式的Form表单数据转换为Url参数形式,会自动url编码键和值
|
||||
*
|
||||
* @param paramMap 表单数据
|
||||
* @return url参数
|
||||
|
Loading…
Reference in New Issue
Block a user